From owner-svn-src-head@FreeBSD.ORG Tue Oct 30 10:13:26 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id AF18ECC9; Tue, 30 Oct 2012 10:13:26 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 965F08FC0A; Tue, 30 Oct 2012 10:13:26 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9UADQHJ068046; Tue, 30 Oct 2012 10:13:26 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9UADQV5068044; Tue, 30 Oct 2012 10:13:26 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201210301013.q9UADQV5068044@svn.freebsd.org> From: Kevin Lo Date: Tue, 30 Oct 2012 10:13:26 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r242350 - head/share/man/man9 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2012 10:13:26 -0000 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