diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-03 13:16:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-03 13:16:10 +0000 |
commit | 2cf124e6dbd711198131ac89dd8f98ef5f8deb65 (patch) | |
tree | 343fc85b04718144a27f11799b2a1d87ee255ab2 /sbin/routed | |
parent | 5f6a2902bcfd03976baf4360e5a1ea749a4d0700 (diff) |
- section reorder
- some mdoc fixes
Diffstat (limited to 'sbin/routed')
-rw-r--r-- | sbin/routed/routed.8 | 14 | ||||
-rw-r--r-- | sbin/routed/rtquery/rtquery.8 | 12 |
2 files changed, 12 insertions, 14 deletions
diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8 index 3bcfedb5e65..5415d9dddde 100644 --- a/sbin/routed/routed.8 +++ b/sbin/routed/routed.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: routed.8,v 1.35 2003/06/02 20:06:17 millert Exp $ +.\" $OpenBSD: routed.8,v 1.36 2003/06/03 13:16:09 jmc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -307,7 +307,7 @@ with the or .Dv SIGUSR2 signals or with the -.Xr rtquery +.Xr rtquery 8 command. .It Fl F Ar net[/mask][,metric] Minimize routes in transmissions via interfaces with addresses that match @@ -321,7 +321,6 @@ If .Em metric is absent, a value of 14 is assumed to limit the spread of the "fake" default route. - This is a dangerous feature that when used carelessly can cause routing loops. Notice also that more than one interface can match the specified network @@ -449,7 +448,7 @@ or or .Xr named 8 must have been started before -.Nm routed Ns .) +.Nm routed . ) .Pp .Ar mask is an optional number between 1 and 32 indicating the netmask associated @@ -521,7 +520,6 @@ transmitted, and any received RIP packets will be ignored). If no interfaces are allowed to process RIP packets, .Nm acts purely as a router discovery daemon. - Note that turning off RIP without explicitly turning on router discovery advertisements with .Cm rdisc_adv @@ -594,11 +592,11 @@ for distant gateways .%R XSIS 028112 .%Q Xerox System Integration Standard .Re -.Sh BUGS -It does not always detect unidirectional failures in network interfaces -(e.g., when the output side fails). .Sh HISTORY The .Nm command appeared in .Bx 4.2 . +.Sh BUGS +It does not always detect unidirectional failures in network interfaces +(e.g., when the output side fails). diff --git a/sbin/routed/rtquery/rtquery.8 b/sbin/routed/rtquery/rtquery.8 index 7bf51b70046..85c68052817 100644 --- a/sbin/routed/rtquery/rtquery.8 +++ b/sbin/routed/rtquery/rtquery.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtquery.8,v 1.15 2003/06/02 20:06:17 millert Exp $ +.\" $OpenBSD: rtquery.8,v 1.16 2003/06/03 13:16:09 jmc Exp $ .\" .\" Copyright (c) 1982, 1986, 1993 .\" The Regents of the University of California. All rights reserved. @@ -26,7 +26,7 @@ .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. -.\" +.\" .Dd June 1, 1996 .Dt RTQUERY 8 .Os @@ -44,7 +44,7 @@ is used to query a network routing daemon, .Xr routed 8 or -.Xr gated 8 , +.Xr gated , for its routing table by sending a .Cm request or @@ -66,7 +66,7 @@ uses the .Cm poll command, an undocumented extension to the RIP protocol supported by -.Xr gated 8 . +.Xr gated . When querying gated, the .Cm poll command is preferred over the @@ -95,9 +95,9 @@ option displays only the numeric network and host numbers. Uses the .Cm poll command to request full routing information from -.Xr gated 8 . +.Xr gated . This is an undocumented extension RIP protocol supported only by -.Xr gated 8 . +.Xr gated . .It Fl 1 Query using RIP version 1 instead of RIP version 2. .It Fl w Ar timeout |