diff options
| author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2003-01-04 17:01:50 +0000 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2003-01-04 17:01:50 +0000 |
| commit | e81508a04a730de5166f755a2fa34c2491490169 (patch) | |
| tree | 51adc60142dbeb0f5ca65a2baed5984e0d6e8696 /share | |
| parent | 161113b6ad20fa1f0fd6095b9005e780cbdaeee1 (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man9/sysctl_add_oid.9 | 4 |
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 7cdd49e361c24..cc7ee83482e7c 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 |
