diff options
author | 2009-08-31 09:08:04 +0000 | |
---|---|---|
committer | 2009-08-31 09:08:04 +0000 | |
commit | 1bf0969b81302f6c4d71e92870e383039d81c8b7 (patch) | |
tree | 05a943c2fc8d809932b9fd155306af68f091792c | |
parent | Don't get stuck in an infinite loop comparing u_short <= USHRT_MAX which (diff) | |
download | wireguard-openbsd-1bf0969b81302f6c4d71e92870e383039d81c8b7.tar.xz wireguard-openbsd-1bf0969b81302f6c4d71e92870e383039d81c8b7.zip |
Fix mandoc magic to make the command render correctly.
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index 484e0413006..b9f6a04e612 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.94 2009/06/07 00:31:22 claudio Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.95 2009/08/31 09:08:04 claudio 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: June 7 2009 $ +.Dd $Mdocdate: August 31 2009 $ .Dt BGPD.CONF 5 .Os .Sh NAME @@ -698,7 +698,7 @@ Do not attempt to actively open a TCP connection to the neighbor system. .It Ic remote-as Ar as-number Set the AS number of the remote system. .Pp -.It rib .Ar name +.It Ic rib Ar name Bind the neighbor to the specified RIB. .Pp .It Ic route-reflector Op Ar address |