Module Name:    src
Committed By:   maxv
Date:           Thu Jan 25 09:33:21 UTC 2018

Modified Files:
        src/share/man/man9: mbuf.9

Log Message:
Improve wording.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/share/man/man9/mbuf.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/mbuf.9
diff -u src/share/man/man9/mbuf.9:1.55 src/share/man/man9/mbuf.9:1.56
--- src/share/man/man9/mbuf.9:1.55	Mon Jan 22 10:40:36 2018
+++ src/share/man/man9/mbuf.9	Thu Jan 25 09:33:21 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mbuf.9,v 1.55 2018/01/22 10:40:36 maxv Exp $
+.\"	$NetBSD: mbuf.9,v 1.56 2018/01/25 09:33:21 maxv Exp $
 .\"
 .\" Copyright (c) 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd January 22, 2018
+.Dd January 25, 2018
 .Dt MBUF 9
 .Os
 .Sh NAME
@@ -466,7 +466,7 @@ Returns
 .Dv NULL
 and frees the mbuf chain on failure.
 .Fa len
-must be smaller or equal than
+must be smaller than or equal to
 .Dv MCLBYTES .
 .It Fn m_pullup "struct mbuf *m" "int len"
 Rearranges an mbuf chain so that

Reply via email to