diff options
author | remko <remko@FreeBSD.org> | 2007-07-27 19:55:42 +0000 |
---|---|---|
committer | remko <remko@FreeBSD.org> | 2007-07-27 19:55:42 +0000 |
commit | 586f9a7d3a60f661125bc20b7161b65f0285b6a8 (patch) | |
tree | 487b41cd43259d12282e744ed5759c1aaf7f6107 /share/man | |
parent | d6b34bbb69246e4c16d5e43747bf42ecd7c2c87f (diff) | |
download | FreeBSD-src-586f9a7d3a60f661125bc20b7161b65f0285b6a8.zip FreeBSD-src-586f9a7d3a60f661125bc20b7161b65f0285b6a8.tar.gz |
Update the sysctl_ctx_init(9) manual page with the following
information from the submitter:
Starting value for OID_AUTO was changed from 100 to 256 (0x100) in
kern/kern_sysctl.c#rev1.112 on 2001-07-25, and defined as
CTL_AUTO_START in sys/sysctl.h#rev1.98.
Submitted by: cnst
Silence from: #bsddocs on efnet
MFC After: 3 days
Approved by: re (bmah)
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). |