Source-Changes-HG archive

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

[src/trunk]: src/sbin/route Split .Nm with other macro arguments on two lines.



details:   https://anonhg.NetBSD.org/src/rev/87820d79ad8b
branches:  trunk
changeset: 543435:87820d79ad8b
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Feb 25 07:53:39 2003 +0000

description:
Split .Nm with other macro arguments on two lines.

diffstat:

 sbin/route/route.8 |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r 8941c709a648 -r 87820d79ad8b sbin/route/route.8
--- a/sbin/route/route.8        Tue Feb 25 05:27:35 2003 +0000
+++ b/sbin/route/route.8        Tue Feb 25 07:53:39 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: route.8,v 1.30 2002/10/03 15:41:46 wiz Exp $
+.\"    $NetBSD: route.8,v 1.31 2003/02/25 07:53:39 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -127,14 +127,16 @@
 The monitor command has the syntax
 .Pp
 .Bd -filled -offset indent -compact
-.Nm "" Op Fl n
+.Nm
+.Op Fl n
 .Cm monitor
 .Ed
 .Pp
 The flush command has the syntax
 .Pp
 .Bd -filled -offset indent -compact
-.Nm "" Op Fl n
+.Nm
+.Op Fl n
 .Cm flush
 .Op Ar family
 .Ed
@@ -157,7 +159,8 @@
 The other commands have the following syntax:
 .Pp
 .Bd -filled -offset indent -compact
-.Nm "" Op Fl n
+.Nm
+.Op Fl n
 .Ar command
 .Op Fl net No \&| Fl host
 .Ar destination gateway



Home | Main Index | Thread Index | Old Index