diff --git a/sbin/routed/rtquery/rtquery.8 b/sbin/routed/rtquery/rtquery.8 index 0d369ec1a63e..dd0d6cb5e6f2 100644 --- a/sbin/routed/rtquery/rtquery.8 +++ b/sbin/routed/rtquery/rtquery.8 @@ -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