svn commit: r310116 - head/sys/kern

Ed Schouten ed at FreeBSD.org
Thu Dec 15 15:45:12 UTC 2016


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


More information about the svn-src-all mailing list