Fixed missing includes in synopsis. <sys/file.h> went missing when KERNEL

was not updated to _KERNEL.  Actually including <sys/file.h> as specified
never actually worked, since a prerequisite was missing.
This commit is contained in:
bde 2000-01-05 16:38:58 +00:00
parent 159a4659df
commit 46f9930cf5

View File

@ -44,9 +44,10 @@
.Nd survey open files
.Sh SYNOPSIS
.Fd #include <kvm.h>
.Fd #define KERNEL
.Fd #include <sys/types.h>
.Fd #define _KERNEL
.Fd #include <sys/file.h>
.Fd #undef KERNEL
.Fd #undef _KERNEL
.\" .Fa kvm_t *kd
.br
.Ft char *