Split .Nm with other macro arguments on two lines.
This commit is contained in:
parent
524df47498
commit
a9f7f104b6
|
@ -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 @@ routing lookup misses, or suspected network partitionings.
|
|||
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 @@ delineated family will be manipulated.
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue