summaryrefslogtreecommitdiff
path: root/sbin/sysctl/sysctl.8
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-01-14 19:08:58 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-01-14 19:08:58 +0000
commit0ef56fd85794e128026a7722a1b980456f06c491 (patch)
tree0070bd379d794ecd81318bc17da2832d3ff0d4e2 /sbin/sysctl/sysctl.8
parentb41686b9c51a9ee32597a502ee8a8f82443a5017 (diff)
downloadsrc-test2-0ef56fd85794e128026a7722a1b980456f06c491.tar.gz
src-test2-0ef56fd85794e128026a7722a1b980456f06c491.zip
Notes
Diffstat (limited to 'sbin/sysctl/sysctl.8')
-rw-r--r--sbin/sysctl/sysctl.88
1 files changed, 5 insertions, 3 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8
index d7291c7753a1..25aa7c127885 100644
--- a/sbin/sysctl/sysctl.8
+++ b/sbin/sysctl/sysctl.8
@@ -40,14 +40,14 @@
.Nd get or set kernel state
.Sh SYNOPSIS
.Nm
-.Op Fl bn
+.Op Fl bNn
.Ar name ...
.Nm
-.Op Fl bn
+.Op Fl bNn
.Fl w
.Ar name=value ...
.Nm
-.Op Fl bn
+.Op Fl bNn
.Fl aAX
.Sh DESCRIPTION
The
@@ -73,6 +73,8 @@ few bytes is dumped in hex.
Same as
.Fl A
except the entire value of opaque variables is hexdumped.
+.It Fl N
+Show only variable names, not their values.
.It Fl n
Specify that the printing of the field name should be
suppressed and that only its value should be output.