svn commit: r305057 - head/share/man/man9

Kevin Lo kevlo at FreeBSD.org
Tue Aug 30 08:34:50 UTC 2016


Author: kevlo
Date: Tue Aug 30 08:34:49 2016
New Revision: 305057
URL: https://svnweb.freebsd.org/changeset/base/305057

Log:
  Update a comment to reflect r305051.

Modified:
  head/share/man/man9/mbuf.9

Modified: head/share/man/man9/mbuf.9
==============================================================================
--- head/share/man/man9/mbuf.9	Tue Aug 30 05:56:21 2016	(r305056)
+++ head/share/man/man9/mbuf.9	Tue Aug 30 08:34:49 2016	(r305057)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd February 29, 2016
+.Dd August 30, 2016
 .Dt MBUF 9
 .Os
 .\"
@@ -255,7 +255,7 @@ The available external buffer types are 
 #define EXT_JUMBO9	4	/* jumbo cluster 9216 bytes */
 #define EXT_JUMBO16	5	/* jumbo cluster 16184 bytes */
 #define EXT_PACKET	6	/* mbuf+cluster from packet zone */
-#define EXT_MBUF	7	/* external mbuf reference (M_IOVEC) */
+#define EXT_MBUF	7	/* external mbuf reference */
 #define EXT_NET_DRV	252	/* custom ext_buf provided by net driver(s) */
 #define EXT_MOD_TYPE	253	/* custom module's ext_buf type */
 #define EXT_DISPOSABLE	254	/* can throw this buffer away w/page flipping */


More information about the svn-src-head mailing list