diff options
author | 2004-06-06 22:17:28 +0000 | |
---|---|---|
committer | 2004-06-06 22:17:28 +0000 | |
commit | 7f87f7805637a45b2082918f4455eb6f4afc28e4 (patch) | |
tree | 1e555a9a4f442997e6eb51fb09e72b9db2a070ce | |
parent | - add -S to usage() (diff) | |
download | wireguard-openbsd-7f87f7805637a45b2082918f4455eb6f4afc28e4.tar.xz wireguard-openbsd-7f87f7805637a45b2082918f4455eb6f4afc28e4.zip |
- wording
- simplify some displays
-rw-r--r-- | sbin/route/route.8 | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/sbin/route/route.8 b/sbin/route/route.8 index 68f8587641b..c93ad55f637 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: route.8,v 1.31 2004/06/06 17:08:23 cedric Exp $ +.\" $OpenBSD: route.8,v 1.32 2004/06/06 22:17:28 jmc Exp $ .\" $NetBSD: route.8,v 1.6 1995/03/18 15:00:13 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -103,15 +103,13 @@ routing lookup misses, or suspected network partitionings. .El .Pp The monitor command has the syntax -.Pp -.Bd -filled -offset indent -compact +.Bd -filled -offset indent .Nm route Op Fl n .Cm monitor .Ed .Pp The flush command has the syntax -.Pp -.Bd -filled -offset indent -compact +.Bd -filled -offset indent .Nm route Op Fl n .Cm flush .Op Ar family @@ -137,8 +135,7 @@ modifiers, only routes having destinations with addresses in the delineated family will be deleted. .Pp The other commands have the following syntax: -.Pp -.Bd -filled -offset indent -compact +.Bd -filled -offset indent .Nm route Op Fl n .Ar command .Op Fl net No \&| Fl host @@ -283,13 +280,12 @@ which will match the source IP address of outgoing packets. .Fl src and .Fl srcmask -work in a similar way than +work in a similar way to .Fl dst and .Fl netmask . For example: -.Pp -.Bd -filled -offset indent -compact +.Bd -filled -offset indent .Nm route .Cm add .Fl src |