Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 New sentence, new line.



details:   https://anonhg.NetBSD.org/src/rev/b065ef89d015
branches:  trunk
changeset: 318507:b065ef89d015
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Apr 27 09:33:09 2018 +0000
description:
New sentence, new line.

diffstat:

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

diffs (19 lines):

diff -r 5f6fd8f803f9 -r b065ef89d015 share/man/man9/mbuf.9
--- a/share/man/man9/mbuf.9     Fri Apr 27 09:22:28 2018 +0000
+++ b/share/man/man9/mbuf.9     Fri Apr 27 09:33:09 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mbuf.9,v 1.61 2018/04/27 08:51:26 maxv Exp $
+.\"    $NetBSD: mbuf.9,v 1.62 2018/04/27 09:33:09 wiz Exp $
 .\"
 .\" Copyright (c) 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -287,7 +287,8 @@
 .Li m_copym ( m , 0 , Dv M_COPYALL , Fa how ) .
 However, contrary to
 .Fn m_copym ,
-a header must be present. It is incorrect to use
+a header must be present.
+It is incorrect to use
 .Fn m_copypacket
 with an mbuf that does not have a header.
 .It Fn m_copydata "struct mbuf *m" "int off" "int len" "void *cp"



Home | Main Index | Thread Index | Old Index