diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-01-28 07:16:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-01-28 07:16:45 +0000 |
commit | 6034a1fb1b3902c9f47a09345dac6bd4b08655aa (patch) | |
tree | cf19ebdb24bbc68d3bf2678fc0126d87926f2687 /sbin/routed/routed.8 | |
parent | 032d14cc2b46b0079436cf821af33cb00705f113 (diff) |
repairs by msaitoh@spa.is.uec.ac.jp
Diffstat (limited to 'sbin/routed/routed.8')
-rw-r--r-- | sbin/routed/routed.8 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8 index e39ce027c0f..04461fc68b7 100644 --- a/sbin/routed/routed.8 +++ b/sbin/routed/routed.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: routed.8,v 1.7 1997/01/21 19:33:15 deraadt Exp $ +.\" $OpenBSD: routed.8,v 1.8 1997/01/28 07:16:41 deraadt Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -253,7 +253,7 @@ and is present mostly for historical reasons. A better choice is .Fl P Cm pm_rdisc on the command line or -.CM pm_rdisc in the +.Cm pm_rdisc in the .Pa /etc/gateways file. since a larger metric @@ -309,7 +309,7 @@ with the or .Em SIGUSR2 signals or with the -.Cm rtquery +.Xr rtquery command. .It Fl F Ar net[/mask][,metric] minimize routes in transmissions via interfaces with addresses that match @@ -406,7 +406,7 @@ Such entries are only required when both routers may learn of routes to the same destination. .Pp The -.Em /etc/gateways +.Pa /etc/gateways file is comprised of a series of lines, each in one of the following formats or consist of parameters described below: .Pp @@ -447,7 +447,7 @@ or or .Xr named 8 , must have been started before -.Xr routed Ns .) +.Nm routed Ns .) .Pp .Ar mask is an optional number between 1 and 32 indicating the netmask associated @@ -488,9 +488,9 @@ name .Ar ifname . .It Cm subnet Ns \&= Ns Ar nname[/mask][,metric] advertises a route to network -.AR nname +.Ar nname with mask -.AR mask +.Ar mask and the supplied metric (default 1). This is useful for filling "holes" in CIDR allocations. This parameter must appear by itself on a line. |