diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-09-26 16:19:46 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-09-26 16:19:46 +0000 |
commit | fb0cbf719a280641f24a62b97c2870a571f8c5a4 (patch) | |
tree | c05f5f0a85a6a2d38e7967b47ab8e4784eece87d /usr.sbin/ripd | |
parent | 02385ef57cde28837d528302190cf2131765f132 (diff) |
last stage of rfc changes, using consistent Rs/Re blocks, and moving the
references into a STANDARDS section;
Diffstat (limited to 'usr.sbin/ripd')
-rw-r--r-- | usr.sbin/ripd/ripd.8 | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/usr.sbin/ripd/ripd.8 b/usr.sbin/ripd/ripd.8 index 85ae4abe1a7..72e31ce95ef 100644 --- a/usr.sbin/ripd/ripd.8 +++ b/usr.sbin/ripd/ripd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ripd.8,v 1.9 2010/05/24 19:44:23 jmc Exp $ +.\" $OpenBSD: ripd.8,v 1.10 2012/09/26 16:19:45 jmc Exp $ .\" .\" Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it> .\" Copyright (c) 2004, 2005, 2006 Esben Norby <norby@openbsd.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 24 2010 $ +.Dd $Mdocdate: September 26 2012 $ .Dt RIPD 8 .Os .Sh NAME @@ -78,15 +78,20 @@ socket used for communication with .Xr ripd.conf 5 , .Xr rc.conf 8 , .Xr ripctl 8 +.Sh STANDARDS .Rs -.%R RFC 2453 -.%T RIP Version 2 -.%D November 1998 +.%A F. Baker +.%A R. Atkinson +.%D January 1997 +.%R RFC 2082 +.%T RIP-2 MD5 Authentication .Re +.Pp .Rs -.%R RFC 2082 -.%T "RIP-2 MD5 Authentication" -.%D January 1997 +.%A G. Malkin +.%D November 1998 +.%R RFC 2453 +.%T RIP Version 2 .Re .Sh HISTORY The |