diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/sysctl_ctx_init.9 | 3 |
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 498f508..ba8c7f2 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). |