summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2014-11-10 20:48:33 +0000
committermiod <miod@openbsd.org>2014-11-10 20:48:33 +0000
commit40ed178dc27ca37d04694269232e9f08715bf525 (patch)
tree8fd3eb11f6703038709ea611e17c9f053f26b1e7
parentSKIP_GROFF tests need to adapt to the changed rendering of \(bu, too (diff)
downloadwireguard-openbsd-40ed178dc27ca37d04694269232e9f08715bf525.tar.xz
wireguard-openbsd-40ed178dc27ca37d04694269232e9f08715bf525.zip
Fix horrible spelling mistake introduced in r1.17
-rw-r--r--usr.sbin/bgpd/bgpd.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5
index 91fa10250ac..7287b1d3d65 100644
--- a/usr.sbin/bgpd/bgpd.conf.5
+++ b/usr.sbin/bgpd/bgpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bgpd.conf.5,v 1.131 2014/05/20 23:41:36 dlg Exp $
+.\" $OpenBSD: bgpd.conf.5,v 1.132 2014/11/10 20:48:33 miod Exp $
.\"
.\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org>
.\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -16,7 +16,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 20 2014 $
+.Dd $Mdocdate: November 10 2014 $
.Dt BGPD.CONF 5
.Os
.Sh NAME
@@ -935,7 +935,7 @@ The default is
Enable TCP MD5 signatures per RFC 2385.
The shared secret can either be given as a password or hexadecimal key.
.Bd -literal -offset indent
-tcp md5sig password mekmidasdigoat
+tcp md5sig password mekmitasdigoat
tcp md5sig key deadbeef
.Ed
.Pp