diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-06-26 10:16:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-06-26 10:16:50 +0000 |
commit | 390b08fb663efc1db71dbcd87a5bc83a3fa4b7cc (patch) | |
tree | 6ff2d9e617edafb9290993105eeade73ef849a35 /sbin | |
parent | 8e65e7993ffcdab5fcd9b96d078a7cf22eaea235 (diff) |
grammar;
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/route/route.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/route/route.8 b/sbin/route/route.8 index a1bc04baa6b..c4c5ddc3049 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: route.8,v 1.35 2004/06/25 01:26:01 henning Exp $ +.\" $OpenBSD: route.8,v 1.36 2004/06/26 10:16:49 jmc Exp $ .\" $NetBSD: route.8,v 1.6 1995/03/18 15:00:13 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -210,7 +210,7 @@ indicating the interface to be used for transmission. .Pp The optional modifier .Fl link -specify that all subsequent addresses are specified as link-level addresses, +specifies that all subsequent addresses are specified as link-level addresses, and the names must be numeric specifications rather than symbolic names. .Pp @@ -230,7 +230,7 @@ is also available for a similar purpose, for IPv6/v4. .Pp The .Fl mpath -modifier need to be specified with the +modifier needs to be specified with the .Cm add command to be able to enter multiple gateways for the same destination address (multipath). |