Date: Sat, 20 May 1995 10:35:59 +0200 From: "Philippe Charnier" <charnier@lirmm.fr> To: current@FreeBSD.org Subject: typo: sysctl.3 Message-ID: <199505200836.KAA00485@lirmm.lirmm.fr>
next in thread | raw e-mail | index | archive | help
Hello,
the first change is needed for examples (later in the man page) to compile
without problem.
Index: sysctl.3
===================================================================
RCS file: /home2h/FreeBSD.cvsroot/src/lib/libc/gen/sysctl.3,v
retrieving revision 1.3
diff -u -r1.3 sysctl.3
--- 1.3 1994/10/18 03:42:18
+++ sysctl.3 1995/05/20 00:56:46
@@ -38,6 +38,7 @@
.Nm sysctl
.Nd get or set system information
.Sh SYNOPSIS
+.Fd #include <sys/param.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"
@@ -51,7 +52,7 @@
consists of integers, strings, and tables.
Information may be retrieved and set from the command interface
using the
-.Xr sysctl 1
+.Xr sysctl 8
utility.
.Pp
Unless explicitly noted below,
-------- --------
Philippe Charnier charnier@lirmm.fr
LIRMM, 161 rue Ada, 34392 Montpellier cedex 5 -- France
------------------------------------------------------------------------
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505200836.KAA00485>
