diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-08-29 10:13:11 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-08-29 10:13:11 +0000 |
commit | d46ff131dd7777c6e987473fa25efe129356e12c (patch) | |
tree | b8aac8d1853656e69635c35300abedef48c29f58 /usr.sbin/bgpctl | |
parent | be00149a6944e4e17ab44cfbb9ded2da03b94257 (diff) |
avoid ending mid-sentence w/ `.', or we get an extra space;
Diffstat (limited to 'usr.sbin/bgpctl')
-rw-r--r-- | usr.sbin/bgpctl/bgpctl.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.8 b/usr.sbin/bgpctl/bgpctl.8 index a7c50a94790..41898182df9 100644 --- a/usr.sbin/bgpctl/bgpctl.8 +++ b/usr.sbin/bgpctl/bgpctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpctl.8,v 1.36 2006/08/28 23:16:51 stevesk Exp $ +.\" $OpenBSD: bgpctl.8,v 1.37 2006/08/29 10:13:10 jmc Exp $ .\" .\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org> .\" @@ -54,11 +54,11 @@ to communicate with The commands are as follows: .Bl -tag -width xxxxxx .It Cm fib couple -Insert the learned routes into the Forwarding Information Base a.k.a. -the kernel routing table. +Insert the learned routes into the Forwarding Information Base +a.k.a. the kernel routing table. .It Cm fib decouple -Remove the learned routes from the Forwarding Information Base a.k.a. -the kernel routing table. +Remove the learned routes from the Forwarding Information Base +a.k.a. the kernel routing table. .It Cm neighbor Ar peer Cm up Take the BGP session to the specified neighbor up. .Ar peer |