diff options
author | 2007-04-26 16:22:51 +0000 | |
---|---|---|
committer | 2007-04-26 16:22:51 +0000 | |
commit | 1db466cc5abc56a30d52913bdf79aab2e3a6221d (patch) | |
tree | 500a4697fa6ce99352014517db9433b58e20ac3a | |
parent | bgpd supports RFC 2796 and 3682 so mention them with all the others. (diff) | |
download | wireguard-openbsd-1db466cc5abc56a30d52913bdf79aab2e3a6221d.tar.xz wireguard-openbsd-1db466cc5abc56a30d52913bdf79aab2e3a6221d.zip |
put RFC 3765 in the right place;
-rw-r--r-- | usr.sbin/bgpd/bgpd.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/bgpd/bgpd.8 b/usr.sbin/bgpd/bgpd.8 index 284786f8c16..08767357126 100644 --- a/usr.sbin/bgpd/bgpd.8 +++ b/usr.sbin/bgpd/bgpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpd.8,v 1.25 2007/04/26 14:16:45 claudio Exp $ +.\" $OpenBSD: bgpd.8,v 1.26 2007/04/26 16:22:51 jmc Exp $ .\" .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> .\" @@ -180,16 +180,16 @@ control socket .%D January 1999 .Re .Rs -.%R RFC 3765 -.%T "NOPEER Community for Border Gateway Protocol" -.%D April 2004 -.Re -.Rs .%R RFC 3682 .%T "The Generalized TTL Security Mechanism (GTSM)" .%D February 2004 .Re .Rs +.%R RFC 3765 +.%T "NOPEER Community for Border Gateway Protocol" +.%D April 2004 +.Re +.Rs .%R RFC 4760 .%T "Multiprotocol Extensions for BGP-4" .%D January 2007 |