summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-01-27 08:08:55 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-01-27 08:08:55 +0000
commit49fffc7406cb3b2570c317d1e8abed025c725c28 (patch)
tree7d21cad2b3308197fb296be21f28f9646cd9eefa /usr.sbin/bgpd
parent34e22531d0671a016cbc91d681fc67a3efc4b8c2 (diff)
use \(en for ranges e.g. 10 \(en 12
Diffstat (limited to 'usr.sbin/bgpd')
-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 86183640e69..3e21cc0e733 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.80 2007/01/26 23:17:18 claudio Exp $
+.\" $OpenBSD: bgpd.conf.5,v 1.81 2007/01/27 08:08:54 jmc Exp $
.\"
.\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org>
.\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -104,7 +104,7 @@ AS 65001
.Pp
sets the local AS to 65001.
.Pp
-The AS numbers 64512 - 65534 are designated for private use.
+The AS numbers 64512 \(en 65534 are designated for private use.
The AS number 23456 is a specially designated Autonomous System Number and
should not be used.
.Pp
@@ -929,7 +929,7 @@ prefixlen 8-12
.Ed
.Pp
Or, to match all prefix lengths < 8 or > 12, and hence the CIDR netmasks
-0\-7 and 13\-32:
+0\(en7 and 13\(en32:
.Bd -literal -offset indent
prefixlen 8><12
.Ed