diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-06-18 06:04:26 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-06-18 06:04:26 +0000 |
commit | bc2ed6e9e1870421c2a9975b86525e3cb59add84 (patch) | |
tree | e26de843c4b5711bfa3633061c5b7a748d1b0eb5 /usr.sbin/bgpd | |
parent | 6ba34f937b2a08ceca106928e9313a554c645875 (diff) |
remove the SECTIONS header, since a one line DESCRIPTION is a bit silly;
use a more general text for the sections, and avoid the catchup issue
that was trying to document how many there were;
ok benno rob
Diffstat (limited to 'usr.sbin/bgpd')
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index 23514ae47f0..717b65e755d 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.168 2018/06/13 10:43:03 jmc Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.169 2018/06/18 06:04:25 jmc 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 13 2018 $ +.Dd $Mdocdate: June 18 2018 $ .Dt BGPD.CONF 5 .Os .Sh NAME @@ -27,10 +27,10 @@ The .Xr bgpd 8 daemon implements the Border Gateway Protocol version 4 as described in RFC 4271. -.Sh SECTIONS +.Pp The .Nm -config file is divided into five main sections. +config file is divided into the following main sections: .Bl -tag -width xxxx .It Sy Macros User-defined variables may be defined and used later, simplifying the |