Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2020 00:35:22 +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: r363467 - head/share/man/man9
Message-ID:  <202007240035.06O0ZME9094933@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jmg
Date: Fri Jul 24 00:35:21 2020
New Revision: 363467
URL: https://svnweb.freebsd.org/changeset/base/363467

Log:
  document that m_get2 only accepts up to MJUMPAGESIZE..

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

Modified: head/share/man/man9/mbuf.9
==============================================================================
--- head/share/man/man9/mbuf.9	Fri Jul 24 00:23:26 2020	(r363466)
+++ head/share/man/man9/mbuf.9	Fri Jul 24 00:35:21 2020	(r363467)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd June 28, 2019
+.Dd July 23, 2020
 .Dt MBUF 9
 .Os
 .\"
@@ -574,6 +574,9 @@ for non-critical paths.
 Allocate an
 .Vt mbuf
 with enough space to hold specified amount of data.
+If the size is is larger than 
+.Dv MJUMPAGESIZE , NULL
+will be returned.
 .It Fn m_getm orig len how type
 Allocate
 .Fa len



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