aboutsummaryrefslogtreecommitdiff
path: root/sbin/sysctl/sysctl.8
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2002-07-06 19:35:14 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2002-07-06 19:35:14 +0000
commit629e80effb830c03e8e3d994c8f0da9a586bdaed (patch)
tree99ea69cc63d1c002be52a140f51ebc2b2c7744d7 /sbin/sysctl/sysctl.8
parent960368f7ffa06661f3de934079153cc071700d89 (diff)
Notes
Diffstat (limited to 'sbin/sysctl/sysctl.8')
-rw-r--r--sbin/sysctl/sysctl.814
1 files changed, 9 insertions, 5 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8
index 4e255e5fd69b..23ed92c3a97d 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