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)
This commit is contained in:
remko 2007-07-27 19:55:42 +00:00
parent d6b34bbb69
commit 586f9a7d3a

View File

@ -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).