diff options
author | 2010-10-23 16:44:56 +0000 | |
---|---|---|
committer | 2010-10-23 16:44:56 +0000 | |
commit | f14f860b7e28d930b82f79b538e29143708c5089 (patch) | |
tree | c805899a958b3e3d885dfe72a375fbc1676b0e40 | |
parent | cleanup mdoc(7) validation code: use real functions, not macros (diff) | |
download | wireguard-openbsd-f14f860b7e28d930b82f79b538e29143708c5089.tar.xz wireguard-openbsd-f14f860b7e28d930b82f79b538e29143708c5089.zip |
Reorder the wording where we talk about tagging kernel route table prefixes,
following misc@ discussion with Tony Sarendal. ok phessler@
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index d4243d7dbea..16245704a9f 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.112 2010/10/13 21:04:13 sthen Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.113 2010/10/23 16:44:56 sthen 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: October 13 2010 $ +.Dd $Mdocdate: October 23 2010 $ .Dt BGPD.CONF 5 .Os .Sh NAME @@ -1432,9 +1432,8 @@ times to the .Em AS path . .Pp .It Ic rtlabel Ar label -Add the prefix with the specified -.Ar label -to the kernel routing table. +Add the prefix to the kernel routing table with the specified +.Ar label . .Pp .It Ic weight Ar number The |