summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ospf6d
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2020-02-10 13:18:20 +0000
committerschwarze <schwarze@openbsd.org>2020-02-10 13:18:20 +0000
commitc9d6433d50ff1ac58fa567b9a0e2cfcd09ff7590 (patch)
tree24766d2c07fefa27bdd12862fe5fd0e1979a7236 /usr.sbin/ospf6d
parentAdd support for the RK3399's VOP clocks to rkclock(4). (diff)
downloadwireguard-openbsd-c9d6433d50ff1ac58fa567b9a0e2cfcd09ff7590.tar.xz
wireguard-openbsd-c9d6433d50ff1ac58fa567b9a0e2cfcd09ff7590.zip
briefly mention /etc/examples/ in the FILES section of all the
manual pages that document the corresponding configuration files; OK jmc@, and general direction discussed with many
Diffstat (limited to 'usr.sbin/ospf6d')
-rw-r--r--usr.sbin/ospf6d/ospf6d.conf.58
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/ospf6d/ospf6d.conf.5 b/usr.sbin/ospf6d/ospf6d.conf.5
index 93012fb76b0..f0b108ded60 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.21 2020/01/08 08:21:01 remi Exp $
+.\" $OpenBSD: ospf6d.conf.5,v 1.22 2020/02/10 13:18:21 schwarze 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: January 8 2020 $
+.Dd $Mdocdate: February 10 2020 $
.Dt OSPF6D.CONF 5
.Os
.Sh NAME
@@ -335,10 +335,12 @@ Set the interface type to point to point.
This disables the election of a DR and BDR for the given interface.
.El
.Sh FILES
-.Bl -tag -width "/etc/ospf6d.conf" -compact
+.Bl -tag -width /etc/examples/ospf6d.conf -compact
.It Pa /etc/ospf6d.conf
.Xr ospf6d 8
configuration file
+.It Pa /etc/examples/ospf6d.conf
+example configuration file
.El
.Sh SEE ALSO
.Xr ospf6ctl 8 ,