Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 Remove trailing comma from SYNOPSIS.



details:   https://anonhg.NetBSD.org/src/rev/e7e182c35734
branches:  trunk
changeset: 828789:e7e182c35734
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Jan 01 12:46:49 2018 +0000

description:
Remove trailing comma from SYNOPSIS.
Try improving markup.

diffstat:

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

diffs (27 lines):

diff -r bde36ae45433 -r e7e182c35734 share/man/man9/mbuf.9
--- a/share/man/man9/mbuf.9     Mon Jan 01 12:45:07 2018 +0000
+++ b/share/man/man9/mbuf.9     Mon Jan 01 12:46:49 2018 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mbuf.9,v 1.52 2018/01/01 12:36:26 maxv Exp $
+.\"    $NetBSD: mbuf.9,v 1.53 2018/01/01 12:46:49 wiz Exp $
 .\"
 .\" Copyright (c) 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -66,7 +66,7 @@
 .Nm M_LEADINGSPACE ,
 .Nm M_TRAILINGSPACE ,
 .Nm M_PREPEND ,
-.Nm MCHTYPE ,
+.Nm MCHTYPE
 .Nd "functions and macros for managing memory used by networking code"
 .Sh SYNOPSIS
 .In sys/mbuf.h
@@ -303,7 +303,7 @@
 .It Fn m_copypacket "struct mbuf *m" "int how"
 Copies an entire packet, including header (which must be present).
 This function is an optimization of the common case
-.Li m_copym(m, 0, Dv M_COPYALL, Fa how ) .
+.Li m_copym ( m , 0 , Dv M_COPYALL , Fa how ) .
 .It Fn m_copydata "struct mbuf *m" "int off" "int len" "void *cp"
 Copies
 .Fa len



Home | Main Index | Thread Index | Old Index