summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2006-08-12 20:09:33 +0000
committerobrien <obrien@FreeBSD.org>2006-08-12 20:09:33 +0000
commit50d886a1e89aa2a35beda3c8be5e29e33eaa4619 (patch)
tree1890c6e70c355b77e04d7d8ee4e49243799f7a2d /share
parentb3c3e1dc9536bb988bde3faca9b836e1b2a93df4 (diff)
downloadFreeBSD-src-50d886a1e89aa2a35beda3c8be5e29e33eaa4619.zip
FreeBSD-src-50d886a1e89aa2a35beda3c8be5e29e33eaa4619.tar.gz
Fix bug preventing the proper displaying of the CTLFLAG_WR option.
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/sysctl.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/sysctl.9 b/share/man/man9/sysctl.9
index 2687d2d..a9a0751 100644
--- a/share/man/man9/sysctl.9
+++ b/share/man/man9/sysctl.9
@@ -194,7 +194,7 @@ to be set indicating the read and write disposition of the sysctl:
.Bl -tag -width CTLFLAG_ANYBODY
.It Dv CTLFLAG_RD
This is a read-only sysctl.
-It Dv CTLFLAG_WR
+.It Dv CTLFLAG_WR
This is a writable sysctl.
.It Dv CTLFLAG_RW
This sysctl is readable and writable.
OpenPOWER on IntegriCloud