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

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


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


More information about the svn-src-head mailing list