summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/bgpd.conf.5
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-03-15 09:24:06 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-03-15 09:24:06 +0000
commit0b7a6e40ae990e97aa431ae7a392b4f356110d05 (patch)
treeff1361a7c16a3191458cab4eea19b0d8aa29fc6e /usr.sbin/bgpd/bgpd.conf.5
parent0e9fc8ccc437a443f832b9e8a254067618c67841 (diff)
tweaks;
ok claudio@
Diffstat (limited to 'usr.sbin/bgpd/bgpd.conf.5')
-rw-r--r--usr.sbin/bgpd/bgpd.conf.522
1 files changed, 11 insertions, 11 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5
index 56ae9661be5..f9e5e3fb240 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.44 2005/03/14 17:32:04 claudio Exp $
+.\" $OpenBSD: bgpd.conf.5,v 1.45 2005/03/15 09:24:05 jmc Exp $
.\"
.\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org>
.\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -812,26 +812,26 @@ or
Set the
.Em LOCAL_PREF
AS path attribute.
-If
+If
.Ar number
-starts with a sign
+starts with a plus or minus sign,
.Em LOCAL_PREF
-will be adjusted by adding or substracting
-.Ar number
-else it will be set to
+will be adjusted by adding or subtracting
+.Ar number ;
+otherwise it will be set to
.Ar number .
.Pp
.It Ic med Ar number
Set the
.Em MULTI_EXIT_DISC
AS path attribute.
-If
+If
.Ar number
-starts with a sign
+starts with a plus or minus sign,
.Em MULTI_EXIT_DISC
-will be adjusted by adding or substracting
-.Ar number
-else it will be set to
+will be adjusted by adding or subtracting
+.Ar number ;
+otherwise it will be set to
.Ar number .
.Pp
.It Xo