diff options
| author | wiz <wiz@NetBSD.org> | 2003-09-07 16:22:20 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2003-09-07 16:22:20 +0000 |
| commit | 47190e80b8a095a3f817811242f26ac6eb525ea0 (patch) | |
| tree | 9b6b17952a88dcd13cbedb1634c1bb6e6509061b /usr.sbin/mrouted | |
| parent | 800fe5d1782055c07ba80f13e3e6051506f0d40a (diff) | |
Consistently use 'RFC 1234' instead of 'RFC1234' or 'RFC-1234'.
From jmc@openbsd.
Diffstat (limited to 'usr.sbin/mrouted')
| -rw-r--r-- | usr.sbin/mrouted/mrouted.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/mrouted/mrouted.8 b/usr.sbin/mrouted/mrouted.8 index 8a8e516476d..67d9ddfd9b9 100644 --- a/usr.sbin/mrouted/mrouted.8 +++ b/usr.sbin/mrouted/mrouted.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mrouted.8,v 1.15 2003/03/05 21:48:59 wiz Exp $ +.\" $NetBSD: mrouted.8,v 1.16 2003/09/07 16:22:25 wiz Exp $ .\" $OpenBSD: mrouted.8,v 1.11 2003/03/03 15:14:28 deraadt Exp $ .\" The mrouted program is covered by the license in the accompanying file .\" named "LICENSE". Use of the mrouted program represents acceptance of @@ -20,9 +20,9 @@ .Sh DESCRIPTION .Nm is an implementation of the Distance-Vector Multicast Routing -Protocol (DVMRP), an earlier version of which is specified in RFC-1075. +Protocol (DVMRP), an earlier version of which is specified in RFC 1075. It maintains topological knowledge via a distance-vector routing protocol -(like RIP, described in RFC-1058), upon which it implements a multicast +(like RIP, described in RFC 1058), upon which it implements a multicast datagram forwarding algorithm called Reverse Path Multicasting. .Pp .Nm |
