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:
Bruce Evans 2000-01-05 16:38:58 +00:00
parent 37286586ff
commit 604d32ca3b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55463

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 *