document that m_get2 only accepts up to MJUMPAGESIZE..
This commit is contained in:
parent
3c0e568505
commit
92b56ebaf7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user