Update man to tell that <sys/types.h> is needed.

Submitted by:	"Philippe Charnier" <charnier@lirmm.fr>
This commit is contained in:
Poul-Henning Kamp 1996-06-10 15:48:07 +00:00
parent 8364338f09
commit 49f94c2dec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16279

View File

@ -38,6 +38,7 @@
.Nm sysctl
.Nd get or set system information
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/sysctl.h>
.Ft int
.Fn sysctl "int *name" "u_int namelen" "void *oldp" "size_t *oldlenp" "void *newp" "size_t newlen"