Author: ed
Date: Thu Dec 15 15:45:11 2016
New Revision: 310116
URL: https://svnweb.freebsd.org/changeset/base/310116

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

Modified:
  head/sys/kern/kern_sysctl.c

Modified: head/sys/kern/kern_sysctl.c
==============================================================================
--- head/sys/kern/kern_sysctl.c Thu Dec 15 15:35:53 2016        (r310115)
+++ head/sys/kern/kern_sysctl.c Thu Dec 15 15:45:11 2016        (r310116)
@@ -821,7 +821,8 @@ SYSINIT(sysctl, SI_SUB_KMEM, SI_ORDER_FI
  * {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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to