diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2020-02-10 13:18:23 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2020-02-10 13:18:23 +0000 |
commit | f5d971dfbe509511cd4cf2ee4a196da93e8ee401 (patch) | |
tree | 2eaf477cd50242d10ab8433c07f5e36d49ad5421 /usr.sbin/ospfd | |
parent | 6b753b0cf2490f25fa7c8feef9528831c2d10d40 (diff) |
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/ospfd')
-rw-r--r-- | usr.sbin/ospfd/ospfd.conf.5 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.sbin/ospfd/ospfd.conf.5 b/usr.sbin/ospfd/ospfd.conf.5 index d61b9a8bf7f..0923c445a97 100644 --- a/usr.sbin/ospfd/ospfd.conf.5 +++ b/usr.sbin/ospfd/ospfd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ospfd.conf.5,v 1.59 2020/01/08 08:21:01 remi Exp $ +.\" $OpenBSD: ospfd.conf.5,v 1.60 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 OSPFD.CONF 5 .Os .Sh NAME @@ -426,10 +426,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/ospfd.conf" -compact +.Bl -tag -width /etc/examples/ospfd.conf -compact .It Pa /etc/ospfd.conf .Xr ospfd 8 configuration file +.It Pa /etc/examples/ospfd.conf +example configuration file .El .Sh SEE ALSO .Xr ospfctl 8 , |