Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2020 00:47:14 +0000 (UTC)
From:      John-Mark Gurney <jmg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r363468 - head/share/man/man9
Message-ID:  <202007240047.06O0lEIa001243@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007240047.06O0lEIa001243>