- Use .Nm "" instead of .Nm rtquery in SYNOPSIS.

- Don't use captialized wort to refer command name.
- Delete period at the end of ``SEE ALSO'' list.
- Use .Xr instead of .Em to refer routed.
This commit is contained in:
enami 1997-10-11 02:55:20 +00:00
parent 4385d9fe62
commit 2a6493fe69
1 changed files with 20 additions and 12 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: rtquery.8,v 1.8 1997/10/10 16:20:39 lukem Exp $
.\" $NetBSD: rtquery.8,v 1.9 1997/10/11 02:55:20 enami Exp $
.\"
.Dd June 1, 1996
.Dt RTQUERY 8
@ -13,7 +13,7 @@
.Op Fl r Ar addr
.Op Fl a Ar secret
.Ar host ...
.Nm rtquery
.Nm ""
.Op Fl t Ar op
.Ar host ...
.Sh DESCRIPTION
@ -30,7 +30,7 @@ command. The routing information in any routing
.Em response
packets returned is displayed numerically and symbolically.
.Pp
.Em Rtquery
.Nm
by default uses the
.Em request
command.
@ -46,15 +46,23 @@ undocumented extension to the RIP protocol supported by
When querying gated, the
.Em poll
command is preferred over the
.Em Request
.Em request
command because the response is not subject to Split Horizon and/or
Poisoned Reverse, and because some versions of gated do not answer
the Request command. Routed does not answer the Poll command, but
recognizes Requests coming from rtquery and so answers completely.
Poisoned Reverse, and because some versions of gated do not answer the
.Em request
command.
.Xr routed 8
does not answer the
.Em poll
command, but recognizes
.Em requests
coming from
.Nm
and so answers completely.
.Pp
.Em Rtquery
.Nm
is also used to turn tracing on or off in
.Em routed .
.Xr routed 8 .
.Pp
Options supported by
.Nm "" :
@ -67,7 +75,7 @@ The
option displays only the numeric network and host numbers.
.It Fl p
Uses the
.Em Poll
.Em poll
command to request full routing information from
.Xr gated 8 .
This is an undocumented extension RIP protocol supported only by
@ -89,7 +97,7 @@ change tracing, where
is one of the following.
Requests from processes not running with UID 0 or on distant networks
are generally ignored by the daemon except for a message in the system log.
.Xr gated 8
.Xr gated 8
is likely to ignore these debugging requests.
.El
.Bl -tag -width Ds -offset indent-two
@ -107,7 +115,7 @@ dumps the daemon's routing table to the current tracefile.
.El
.Sh SEE ALSO
.Xr routed 8 ,
.Xr gated 8 .
.Xr gated 8
.br
RFC\ 1058 - Routing Information Protocol, RIPv1
.br