Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 m_split does not 'attempt' to restore the cha...



details:   https://anonhg.NetBSD.org/src/rev/ca5ed0453088
branches:  trunk
changeset: 358913:ca5ed0453088
user:      maxv <maxv%NetBSD.org@localhost>
date:      Mon Jan 22 10:40:36 2018 +0000

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

diffstat:

 share/man/man9/mbuf.9 |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 7a40f5742a0e -r ca5ed0453088 share/man/man9/mbuf.9
--- a/share/man/man9/mbuf.9     Mon Jan 22 10:40:22 2018 +0000
+++ b/share/man/man9/mbuf.9     Mon Jan 22 10:40:36 2018 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index