diff options
author | dd <dd@FreeBSD.org> | 2002-03-24 06:30:28 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2002-03-24 06:30:28 +0000 |
commit | 285344c7f5fc3446664aad1267e2bf425ee8f828 (patch) | |
tree | 094109cb2beebf050ae2ac43248464b82141026f /lib | |
parent | 2a7696e0d237bcd13b01a3f40817073929ac3fed (diff) | |
download | FreeBSD-src-285344c7f5fc3446664aad1267e2bf425ee8f828.zip FreeBSD-src-285344c7f5fc3446664aad1267e2bf425ee8f828.tar.gz |
Fix braino.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index c9e002c..f7fec45 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -153,7 +153,7 @@ function runs in about a third the time as the same request made via the .Fn sysctlbyname function). The -.Fn sysctlbyname +.Fn sysctlnametomib function is also useful for fetching mib prefixes and then adding a final component. For example, to fetch process information |