Update the sysctl(9) manpage to indicate that <sys/param.h> is required

instead of <sys/types.h>.  (<sys/sysctl.h> includes NULL, which is defined
with <sys/param.h> and not <sys/types.h>.)

Sponsored by:	Netflix
This commit is contained in:
Jonathan T. Looney 2018-06-01 16:47:39 +00:00
parent c27fcc70cc
commit 651a790808
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334490

View File

@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd March 3, 2018
.Dd June 1, 2018
.Dt SYSCTL 9
.Os
.Sh NAME
@ -80,7 +80,7 @@
.Nm SYSCTL_UQUAD
.Nd Dynamic and static sysctl MIB creation functions
.Sh SYNOPSIS
.In sys/types.h
.In sys/param.h
.In sys/sysctl.h
.Fn SYSCTL_DECL name
.Ft struct sysctl_oid *