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

John-Mark Gurney jmg at FreeBSD.org
Fri Jul 24 00:47:15 UTC 2020


Author: jmg
Date: Fri Jul 24 00:47:14 2020
New Revision: 363468
URL: https://svnweb.freebsd.org/changeset/base/363468

Log:
  fix up docs for m_getjcl as well..

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

Modified: head/share/man/man9/mbuf.9
==============================================================================
--- head/share/man/man9/mbuf.9	Fri Jul 24 00:35:21 2020	(r363467)
+++ head/share/man/man9/mbuf.9	Fri Jul 24 00:47:14 2020	(r363468)
@@ -635,9 +635,12 @@ on failure.
 .It Fn m_getjcl how type flags size
 This is like
 .Fn m_getcl
-but it the size of the cluster allocated will be large enough for
+but the specified
 .Fa size
-bytes.
+of the cluster to be allocated must be one of
+.Dv MCLBYTES , MJUMPAGESIZE , MJUM9BYTES ,
+or
+.Dv MJUM16BYTES.
 .It Fn m_free mbuf
 Frees
 .Vt mbuf .


More information about the svn-src-head mailing list