summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2003-10-17 09:46:49 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2003-10-17 09:46:49 +0000
commit12695be850b93903f72b6d67e4e5b6722b44d265 (patch)
tree8f4f52ac44390effc60480542211da49db87325b /sbin
parentbec02708e4be941b4404d4b63e433cad9f9a42b0 (diff)
slight options reorder; from NetBSD
Diffstat (limited to 'sbin')
-rw-r--r--sbin/sysctl/sysctl.88
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8
index 0ecf2969f3c..f2f114e1614 100644
--- a/sbin/sysctl/sysctl.8
+++ b/sbin/sysctl/sysctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.8,v 1.107 2003/09/09 11:55:05 jmc Exp $
+.\" $OpenBSD: sysctl.8,v 1.108 2003/10/17 09:46:48 jmc Exp $
.\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $
.\"
.\" Copyright (c) 1993
@@ -45,8 +45,8 @@
.Fl w
.Ar variable Ns = Ns Ar value ...
.Nm sysctl
-.Fl aA
.Op Fl n
+.Fl Aa
.Sh DESCRIPTION
The
.Nm
@@ -59,13 +59,13 @@ style name, described as a dotted set of components.
.Pp
The options are as follows:
.Bl -tag -width xxx
-.It Fl a
-List all the currently available string or integer values.
.It Fl A
List all the known MIB names including tables.
Those with string or integer values will be printed as with the
.Fl a
flag; for the table values, the name of the utility to retrieve them is given.
+.It Fl a
+List all the currently available string or integer values.
.It Fl n
Suppress printing of the field name, only output the field value.
Useful for setting shell variables.