From 92b56ebaf720c5c20504378bff287fcb1da138db Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Fri, 24 Jul 2020 00:35:21 +0000 Subject: document that m_get2 only accepts up to MJUMPAGESIZE.. --- share/man/man9/mbuf.9 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'share') diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index 2312d89b32fcb..eee0407897338 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -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 -- cgit v1.3