Fix bug preventing the proper displaying of the CTLFLAG_WR option.

This commit is contained in:
obrien 2006-08-12 20:09:33 +00:00
parent b3c3e1dc95
commit 50d886a1e8

View File

@ -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.