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/ospf6d/ospf6d.conf.5 | |
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/ospf6d/ospf6d.conf.5')
-rw-r--r-- | usr.sbin/ospf6d/ospf6d.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/ospf6d/ospf6d.conf.5 b/usr.sbin/ospf6d/ospf6d.conf.5 index 137fc7b8b1e..ddcb1be1851 100644 --- a/usr.sbin/ospf6d/ospf6d.conf.5 +++ b/usr.sbin/ospf6d/ospf6d.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ospf6d.conf.5,v 1.13 2018/06/12 20:12:36 remi Exp $ +.\" $OpenBSD: ospf6d.conf.5,v 1.14 2018/06/18 06:04:25 jmc Exp $ .\" .\" Copyright (c) 2005 Esben Norby <norby@openbsd.org> .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> @@ -17,7 +17,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 12 2018 $ +.Dd $Mdocdate: June 18 2018 $ .Dt OSPF6D.CONF 5 .Os .Sh NAME @@ -28,10 +28,10 @@ The .Xr ospf6d 8 daemon implements the Open Shortest Path First protocol version 3 as described in RFC 5340. -.Sh SECTIONS +.Pp The .Nm -config file is divided into three 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 |