diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-08-08 09:34:11 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-08-08 09:34:11 +0000 |
commit | 5515dc134dd80d317c4fb31be1eb1579d69da121 (patch) | |
tree | ee13ded85c41e0904973eb6dabf6ec70a1d7353d /sbin/routed | |
parent | 615997c5969c0c371c9f515d228c81547462024b (diff) |
refer to RFCs consistently (RFC XXXX);
Diffstat (limited to 'sbin/routed')
-rw-r--r-- | sbin/routed/routed.8 | 6 | ||||
-rw-r--r-- | sbin/routed/rtquery/rtquery.8 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8 index 5415d9dddde..14935ec7c1e 100644 --- a/sbin/routed/routed.8 +++ b/sbin/routed/routed.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: routed.8,v 1.36 2003/06/03 13:16:09 jmc Exp $ +.\" $OpenBSD: routed.8,v 1.37 2003/08/08 09:34:10 jmc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -48,8 +48,8 @@ .Nm is a daemon invoked at boot time to manage the network routing tables. -It uses Routing Information Protocol, RIPv1 (RFC\ 1058), -RIPv2 (RFC\ 1723), +It uses Routing Information Protocol, RIPv1 (RFC 1058), +RIPv2 (RFC 1723), and Internet Router Discovery Protocol (RFC 1256) to maintain the kernel routing table. The RIPv1 protocol is based on the reference diff --git a/sbin/routed/rtquery/rtquery.8 b/sbin/routed/rtquery/rtquery.8 index 85c68052817..5ad03192ce9 100644 --- a/sbin/routed/rtquery/rtquery.8 +++ b/sbin/routed/rtquery/rtquery.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtquery.8,v 1.16 2003/06/03 13:16:09 jmc Exp $ +.\" $OpenBSD: rtquery.8,v 1.17 2003/08/08 09:34:10 jmc Exp $ .\" .\" Copyright (c) 1982, 1986, 1993 .\" The Regents of the University of California. All rights reserved. @@ -130,5 +130,5 @@ Dumps the daemon's routing table to the current tracefile. .Sh SEE ALSO .Xr routed 8 .Pp -.Dl RFC\ 1058 - Routing Information Protocol, RIPv1 -.Dl RFC\ 1723 - Routing Information Protocol, RIPv2 +.Dl RFC 1058 - Routing Information Protocol, RIPv1 +.Dl RFC 1723 - Routing Information Protocol, RIPv2 |