diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-23 21:10:24 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-23 21:10:24 +0000 |
commit | b798cf19b4800f7e2244cd2753942a9cda3c7a76 (patch) | |
tree | 458a820e76ac127263c81d4a44a9005c907e4b20 /sbin/routed/rtquery/rtquery.8 | |
parent | 4094520b959c9701948aecbc7e645eb1d6e77287 (diff) |
Fix some formatting problems I missed before.
Diffstat (limited to 'sbin/routed/rtquery/rtquery.8')
-rw-r--r-- | sbin/routed/rtquery/rtquery.8 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/sbin/routed/rtquery/rtquery.8 b/sbin/routed/rtquery/rtquery.8 index b30b9db4bc0..644098bc622 100644 --- a/sbin/routed/rtquery/rtquery.8 +++ b/sbin/routed/rtquery/rtquery.8 @@ -1,3 +1,5 @@ +.\" $OpenBSD: rtquery.8,v 1.12 2000/03/23 21:10:21 aaron Exp $ +.\" .Dd June 1, 1996 .Dt RTQUERY 8 .Os @@ -20,7 +22,8 @@ for its routing table by sending a .Cm request or .Cm poll -command. The routing information in any routing +command. +The routing information in any routing .Dq response packets returned is displayed numerically and symbolically. .Pp @@ -43,7 +46,8 @@ command is preferred over the .Cm 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 +the Request command. +Routed does not answer the Poll command, but recognizes Requests coming from .Nm and so answers completely. @@ -52,8 +56,7 @@ and so answers completely. is also used to turn tracing on or off in .Xr routed 8 . .Pp -Options supported by -.Nm rtquery : +The options are as follows: .Bl -tag -width Ds .It Fl n Normally network and host numbers are displayed both symbolically @@ -85,7 +88,8 @@ are generally ignored by the daemon except for a message in the system log. .El .Bl -tag -width Ds -offset indent-two .It Em on=tracefile -Turn tracing on into the specified file. That file must usually +Turn tracing on into the specified file. +That file must usually have been specified when the daemon was started or be the same as a fixed name, often .Pa /etc/routed.trace . |