summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2012-10-30 10:13:26 +0000
committerkevlo <kevlo@FreeBSD.org>2012-10-30 10:13:26 +0000
commit0ca17abf5e022740097facada497200ecfae7155 (patch)
tree00bf374c3a1d597d31330d767cc4730982dcc68a /share
parentcfea627c58f70cc4126131afee74d6b05a61cc6a (diff)
downloadFreeBSD-src-0ca17abf5e022740097facada497200ecfae7155.zip
FreeBSD-src-0ca17abf5e022740097facada497200ecfae7155.tar.gz
The argument len of m_pullup(9) could be less than or equal to MHLEN.
Reviewed by: glebius
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/mbuf.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9
index 9db564c..6fa131e 100644
--- a/share/man/man9/mbuf.9
+++ b/share/man/man9/mbuf.9
@@ -706,7 +706,7 @@ It does not allocate any
.Vt mbuf clusters ,
so
.Fa len
-must be less than
+must be less than or equal to
.Dv MHLEN .
.\"
.It Fn m_pulldown mbuf offset len offsetp
OpenPOWER on IntegriCloud