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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"