diff options
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/gen/sysctl.3 | 3 |
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 |
