diff options
author | charnier <charnier@FreeBSD.org> | 2002-07-06 19:35:14 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-07-06 19:35:14 +0000 |
commit | a82970a04e74726a83e78a68e2c654715a8f7f8e (patch) | |
tree | 99ea69cc63d1c002be52a140f51ebc2b2c7744d7 /sbin/sysctl | |
parent | d99e065d007dae6b706fb7f3fac97b438843b546 (diff) | |
download | FreeBSD-src-a82970a04e74726a83e78a68e2c654715a8f7f8e.zip FreeBSD-src-a82970a04e74726a83e78a68e2c654715a8f7f8e.tar.gz |
The .Nm utility.
Diffstat (limited to 'sbin/sysctl')
-rw-r--r-- | sbin/sysctl/sysctl.8 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 4e255e5..23ed92c 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -123,7 +123,9 @@ The information available from consists of integers, strings, devices .Pq Vt dev_t , and opaque types. -.Nm Sysctl +The +.Nm +utility only knows about a couple of opaque types, and will resort to hexdumps for the rest. The opaque information is much more useful if retrieved by special @@ -275,14 +277,16 @@ option has been deprecated and is silently ignored. .Xr sysctl 3 , .Xr sysctl.conf 5 .Sh BUGS -.Nm Sysctl -presently exploits an undocumented interface to the kernel +The +.Nm +utility presently exploits an undocumented interface to the kernel sysctl facility to traverse the sysctl tree and to retrieve format and name information. This correct interface is being thought about for the time being. .Sh HISTORY -.Nm Sysctl -first appeared in +A +.Nm +utility first appeared in .Bx 4.4 . .Pp In |