mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
122e1e5e24
commit
31a35b79dd
1 changed files with 2 additions and 1 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue