Document the existence of the {0, 6, ...} sysctl.

This commit is contained in:
Ed Schouten 2016-12-15 15:45:11 +00:00
parent e77cf5967a
commit 669a25b50d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=310116

View File

@ -821,7 +821,8 @@ SYSINIT(sysctl, SI_SUB_KMEM, SI_ORDER_FIRST, sysctl_register_all, 0);
* {0,2,...} return the next OID.
* {0,3} return the OID of the name in "new"
* {0,4,...} return the kind & format info for the "..." OID.
* {0,5,...} return the description the "..." OID.
* {0,5,...} return the description of the "..." OID.
* {0,6,...} return the aggregation label of the "..." OID.
*/
#ifdef SYSCTL_DEBUG