Module Name:    src
Committed By:   wiz
Date:           Fri Apr 27 09:33:09 UTC 2018

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

Log Message:
New sentence, new line.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 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.61 src/share/man/man9/mbuf.9:1.62
--- src/share/man/man9/mbuf.9:1.61	Fri Apr 27 08:51:26 2018
+++ src/share/man/man9/mbuf.9	Fri Apr 27 09:33:09 2018
@@ -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 @@ This function is an optimization of the 
 .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"

Reply via email to