summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 7cdd49e361c2..cc7ee83482e7 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