Module Name:    src
Committed By:   maxv
Date:           Mon Jan 22 10:40:36 UTC 2018

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

Log Message:
m_split does not 'attempt' to restore the chain, it just restores it plain
and simple.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 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.54 src/share/man/man9/mbuf.9:1.55
--- src/share/man/man9/mbuf.9:1.54	Mon Jan 22 10:26:38 2018
+++ src/share/man/man9/mbuf.9	Mon Jan 22 10:40:36 2018
@@ -1,4 +1,4 @@
-.\"	$NetBSD: mbuf.9,v 1.54 2018/01/22 10:26:38 maxv Exp $
+.\"	$NetBSD: mbuf.9,v 1.55 2018/01/22 10:40:36 maxv Exp $
 .\"
 .\" Copyright (c) 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -516,8 +516,7 @@ which is all but the first
 bytes.
 In case of failure, it returns
 .Dv NULL
-and attempts to
-restore the chain to its original state.
+and restores the chain to its original state.
 .It Fn m_adj "struct mbuf *mp" "int req_len"
 Shaves off
 .Fa req_len

Reply via email to