summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2003-01-04 17:01:50 +0000
committerschweikh <schweikh@FreeBSD.org>2003-01-04 17:01:50 +0000
commita86ed93e2f5c09b0b8b36b1c2d1f8fe2d28346da (patch)
tree51adc60142dbeb0f5ca65a2baed5984e0d6e8696 /share/man
parent12edf4cf840b24b3e1000ba2778a9c6321ada108 (diff)
downloadFreeBSD-src-a86ed93e2f5c09b0b8b36b1c2d1f8fe2d28346da.zip
FreeBSD-src-a86ed93e2f5c09b0b8b36b1c2d1f8fe2d28346da.tar.gz
Typo: s/CTLTYPE_DYN/CTLFLAG_DYN
PR: misc/45012 Submitted by: Steve Coltrin <spcoltri@omcl.org>
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/sysctl_add_oid.94
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/sysctl_add_oid.9 b/share/man/man9/sysctl_add_oid.9
index 7cdd49e..cc7ee83 100644
--- a/share/man/man9/sysctl_add_oid.9
+++ b/share/man/man9/sysctl_add_oid.9
@@ -270,11 +270,11 @@ The name of the oid.
The newly created oid will contain a copy of the name.
.It Fa kind
The kind of oid,
-specified as a bitmask of the type and access values defined in the
+specified as a bit mask of the type and access values defined in the
.Aq sys/sysctl.h
header file.
Oids created dynamically always have the
-.Dv CTLTYPE_DYN
+.Dv CTLFLAG_DYN
flag set.
Access flags specify whether this oid is read-only or read-write,
and whether it may be modified by all users
OpenPOWER on IntegriCloud