]> xenbits.xensource.com Git - people/royger/freebsd.git/commitdiff
Document the existence of the {0, 6, ...} sysctl.
authored <ed@FreeBSD.org>
Thu, 15 Dec 2016 15:45:11 +0000 (15:45 +0000)
committered <ed@FreeBSD.org>
Thu, 15 Dec 2016 15:45:11 +0000 (15:45 +0000)
sys/kern/kern_sysctl.c

index 6d9980d65c15b59c5fd694fb4083564076e3967b..d0be3623d2e4857639eef3a92e68288f6f58a42c 100644 (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