diff options
| author | 2012-06-19 08:22:27 +0000 | |
|---|---|---|
| committer | 2012-06-19 08:22:27 +0000 | |
| commit | d4209ff50c7f7f94e999553de14075c5aa936459 (patch) | |
| tree | 26ec3e8805666158304c68567a1d44411a1518f0 | |
| parent | Fix punctuation and merge two paragraphs into one to make it read (diff) | |
| download | wireguard-openbsd-d4209ff50c7f7f94e999553de14075c5aa936459.tar.xz wireguard-openbsd-d4209ff50c7f7f94e999553de14075c5aa936459.zip | |
There are five main sections, not four, since routing domain support was added.
From Rod Whitworth.
| -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 d380e8e20a4..819c1a5e8f7 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.118 2012/04/24 14:56:09 jmc Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.119 2012/06/19 08:22:27 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: April 24 2012 $ +.Dd $Mdocdate: June 19 2012 $ .Dt BGPD.CONF 5 .Os .Sh NAME @@ -30,7 +30,7 @@ in RFC 4271. .Sh SECTIONS The .Nm -config file is divided into four main sections. +config file is divided into five main sections. .Bl -tag -width xxxx .It Sy Macros User-defined variables may be defined and used later, simplifying the |
