summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>1999-09-20 09:50:01 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>1999-09-20 09:50:01 +0000
commitce980c3b3070a6962acbfae271f8610a224df7af (patch)
treee4ea0cd178d6e15e84c6f5dcfd22a52a69908bf2 /lib/libc
parentadb2b5f8df1d83b8d37dab789794c51fff7b808a (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/sysctl.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index ac9720fb89a2..33cd2a0918bd 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)sysctl.3 8.4 (Berkeley) 5/9/95
+.\" $FreeBSD$
.\"
.Dd May 9, 1995
.Dt SYSCTL 3
@@ -76,7 +77,7 @@ length array of integers.
.Pp
The
.Fn sysctlbyname
-function accepts an ascii representation of the name and internally
+function accepts an ASCII representation of the name and internally
looks up the integer name vector. Apart from that, it behaves the same
as the standard
.Fn sysctl