summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemko Lodder <remko@FreeBSD.org>2007-07-27 19:55:42 +0000
committerRemko Lodder <remko@FreeBSD.org>2007-07-27 19:55:42 +0000
commit31a35b79dd2a2577207c154e0459aff7b174f876 (patch)
tree487b41cd43259d12282e744ed5759c1aaf7f6107
parent122e1e5e2403e860fde4ed0282cb8335aa53435c (diff)
Notes
-rw-r--r--share/man/man9/sysctl_ctx_init.93
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/sysctl_ctx_init.9 b/share/man/man9/sysctl_ctx_init.9
index 498f508591a2..ba8c7f29e795 100644
--- a/share/man/man9/sysctl_ctx_init.9
+++ b/share/man/man9/sysctl_ctx_init.9
@@ -135,7 +135,8 @@ in most cases, the programmer specifies
as the oid number when creating an oid.
However, during registration of the oid in the tree,
this number is changed to the first available number
-greater than 99.
+greater than or equal to
+.Dv CTL_AUTO_START .
If the first step of context deletion fails,
re-registration of the oid does not change the already assigned oid number
(which is different from OID_AUTO).