svn commit: r242350 - head/share/man/man9
Kevin Lo
kevlo at FreeBSD.org
Tue Oct 30 10:13:26 UTC 2012
Author: kevlo
Date: Tue Oct 30 10:13:26 2012
New Revision: 242350
URL: http://svn.freebsd.org/changeset/base/242350
Log:
The argument len of m_pullup(9) could be less than or equal to MHLEN.
Reviewed by: glebius
Modified:
head/share/man/man9/mbuf.9
Modified: head/share/man/man9/mbuf.9
==============================================================================
--- head/share/man/man9/mbuf.9 Tue Oct 30 08:00:53 2012 (r242349)
+++ head/share/man/man9/mbuf.9 Tue Oct 30 10:13:26 2012 (r242350)
@@ -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
More information about the svn-src-all
mailing list