Fri Sep 11 11:44:38 2009 UTC ()
Add xref to pkgsrc/net/gated, so people know where to find gated(8).
Improve markup of RFCs in SEE ALSO.
Sort options.
Bump date.


(wiz)
diff -r1.19 -r1.20 src/sbin/routed/rtquery/rtquery.8

cvs diff -r1.19 -r1.20 src/sbin/routed/rtquery/rtquery.8 (expand / switch to unified diff)

--- src/sbin/routed/rtquery/rtquery.8 2003/09/23 12:14:49 1.19
+++ src/sbin/routed/rtquery/rtquery.8 2009/09/11 11:44:38 1.20
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1.\" $NetBSD: rtquery.8,v 1.19 2003/09/23 12:14:49 wiz Exp $ 1.\" $NetBSD: rtquery.8,v 1.20 2009/09/11 11:44:38 wiz Exp $
2.\" 2.\"
3.Dd June 1, 1996 3.Dd September 11, 2009
4.Dt RTQUERY 8 4.Dt RTQUERY 8
5.Os 5.Os
6.Sh NAME 6.Sh NAME
7.Nm rtquery 7.Nm rtquery
8.Nd query routing daemons for their routing tables 8.Nd query routing daemons for their routing tables
9.Sh SYNOPSIS 9.Sh SYNOPSIS
10.Nm 10.Nm
11.Op Fl np1 11.Op Fl 1np
12.Op Fl w Ar timeout 
13.Op Fl r Ar addr 
14.Op Fl a Ar secret 12.Op Fl a Ar secret
 13.Op Fl r Ar addr
 14.Op Fl w Ar timeout
15.Ar host ... 15.Ar host ...
16.Nm 16.Nm
17.Op Fl t Ar op 17.Op Fl t Ar op
18.Ar host ... 18.Ar host ...
19.Sh DESCRIPTION 19.Sh DESCRIPTION
20.Nm 20.Nm
21is used to query a RIP network routing daemon, 21is used to query a RIP network routing daemon,
22.Xr routed 8 22.Xr routed 8
23or 23or
24.Xr gated 8 , 24.Xr gated 8 ,
25for its routing table by sending a 25for its routing table by sending a
26.Em request 26.Em request
27or 27or
@@ -104,18 +104,25 @@ is likely to ignore these debugging requ @@ -104,18 +104,25 @@ is likely to ignore these debugging requ
104turns tracing on into the specified file. 104turns tracing on into the specified file.
105That file must usually have been specified when the daemon was 105That file must usually have been specified when the daemon was
106started or be the same as a fixed name, often 106started or be the same as a fixed name, often
107.Pa /etc/routed.trace . 107.Pa /etc/routed.trace .
108.It Em more 108.It Em more
109increases the debugging level. 109increases the debugging level.
110.It Em off 110.It Em off
111turns off tracing. 111turns off tracing.
112.It Em dump 112.It Em dump
113dumps the daemon's routing table to the current tracefile. 113dumps the daemon's routing table to the current tracefile.
114.El 114.El
115.Sh SEE ALSO 115.Sh SEE ALSO
116.Xr gated 8 , 116.Xr gated 8 ,
117.Xr routed 8 117.Xr routed 8 ,
118.br 118.Pa pkgsrc/net/gated
119RFC\ 1058 - Routing Information Protocol, RIPv1 119.Rs
120.br 120.%R RFC 1058
121RFC\ 1723 - Routing Information Protocol, RIPv2 121.%T Routing Information Protocol, RIPv1
 122.%D 1988
 123.Re
 124.Rs
 125.%R RFC 1723
 126.%T Routing Information Protocol, RIPv2
 127.%D 1994
 128.Re