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/routed.8 | |
parent | 615997c5969c0c371c9f515d228c81547462024b (diff) |
refer to RFCs consistently (RFC XXXX);
Diffstat (limited to 'sbin/routed/routed.8')
-rw-r--r-- | sbin/routed/routed.8 | 6 |
1 files changed, 3 insertions, 3 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 |