diff options
| author | John-Mark Gurney <jmg@FreeBSD.org> | 2020-07-24 00:35:21 +0000 |
|---|---|---|
| committer | John-Mark Gurney <jmg@FreeBSD.org> | 2020-07-24 00:35:21 +0000 |
| commit | 92b56ebaf720c5c20504378bff287fcb1da138db (patch) | |
| tree | 9be807f658be79ace101764945e21f7befd6430f /share | |
| parent | 3c0e5685051142f4125bf93d40a3e0b570e2327c (diff) | |
Notes
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man9/mbuf.9 | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
