summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--bin/chio/chio.conf.58
-rw-r--r--sbin/dhclient/dhclient.conf.59
-rw-r--r--sbin/iked/iked.conf.59
-rw-r--r--sbin/ipsecctl/ipsec.conf.59
-rw-r--r--sbin/mountd/exports.58
-rw-r--r--share/man/man5/mixerctl.conf.58
-rw-r--r--share/man/man5/pf.conf.510
-rw-r--r--share/man/man5/printcap.58
-rw-r--r--share/man/man5/remote.58
-rw-r--r--share/man/man5/sysctl.conf.57
-rw-r--r--share/man/man5/wsconsctl.conf.57
-rw-r--r--share/man/man8/rc.86
-rw-r--r--usr.bin/doas/doas.conf.511
-rw-r--r--usr.bin/mandoc/man.conf.59
-rw-r--r--usr.sbin/acme-client/acme-client.conf.58
-rw-r--r--usr.sbin/dvmrpd/dvmrpd.conf.58
-rw-r--r--usr.sbin/eigrpd/eigrpd.conf.58
-rw-r--r--usr.sbin/hostapd/hostapd.conf.58
-rw-r--r--usr.sbin/ifstated/ifstated.conf.58
-rw-r--r--usr.sbin/inetd/inetd.812
-rw-r--r--usr.sbin/ldapd/ldapd.conf.58
-rw-r--r--usr.sbin/ldpd/ldpd.conf.58
-rw-r--r--usr.sbin/mrouted/mrouted.87
-rw-r--r--usr.sbin/ntpd/ntpd.conf.58
-rw-r--r--usr.sbin/ospf6d/ospf6d.conf.58
-rw-r--r--usr.sbin/ospfd/ospfd.conf.58
-rw-r--r--usr.sbin/rad/rad.conf.58
-rw-r--r--usr.sbin/radiusd/radiusd.conf.56
-rw-r--r--usr.sbin/rbootd/rbootd.88
-rw-r--r--usr.sbin/relayd/relayd.conf.57
-rw-r--r--usr.sbin/ripd/ripd.conf.58
-rw-r--r--usr.sbin/sasyncd/sasyncd.conf.59
-rw-r--r--usr.sbin/sensorsd/sensorsd.conf.58
-rw-r--r--usr.sbin/snmpd/snmpd.conf.58
-rw-r--r--usr.sbin/vmd/vm.conf.59
-rw-r--r--usr.sbin/ypldap/ypldap.conf.510
36 files changed, 193 insertions, 104 deletions
diff --git a/bin/chio/chio.conf.5 b/bin/chio/chio.conf.5
index 8de52e8c025..f33a82f7787 100644
--- a/bin/chio/chio.conf.5
+++ b/bin/chio/chio.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: chio.conf.5,v 1.1 2007/11/02 15:26:07 jmc Exp $
+.\" $OpenBSD: chio.conf.5,v 1.2 2020/02/10 13:18:20 schwarze Exp $
.\"
.\" Copyright (c) 2007 Jason McIntyre <jmc@openbsd.org>
.\"
@@ -15,7 +15,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: November 2 2007 $
+.Dd $Mdocdate: February 10 2020 $
.Dt CHIO.CONF 5
.Os
.Sh NAME
@@ -51,13 +51,15 @@ changer ch0 {
.Ed
.El
.Sh FILES
-.Bl -tag -width "/etc/chio.confXXX" -compact
+.Bl -tag -width /etc/examples/chio.conf -compact
.It /dev/ch0
Default changer device.
.It /etc/chio.conf
Default location for
.Xr chio 1
configuration file.
+.It /etc/examples/chio.conf
+Example configuration file.
.El
.Sh SEE ALSO
.Xr chio 1 ,
diff --git a/sbin/dhclient/dhclient.conf.5 b/sbin/dhclient/dhclient.conf.5
index a844372ae8b..71f4306b46e 100644
--- a/sbin/dhclient/dhclient.conf.5
+++ b/sbin/dhclient/dhclient.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dhclient.conf.5,v 1.49 2019/12/17 14:21:54 krw Exp $
+.\" $OpenBSD: dhclient.conf.5,v 1.50 2020/02/10 13:18:20 schwarze Exp $
.\"
.\" Copyright (c) 1997 The Internet Software Consortium.
.\" All rights reserved.
@@ -36,7 +36,7 @@
.\" see ``http://www.isc.org/isc''. To learn more about Vixie
.\" Enterprises, see ``http://www.vix.com''.
.\"
-.Dd $Mdocdate: December 17 2019 $
+.Dd $Mdocdate: February 10 2020 $
.Dt DHCLIENT.CONF 5
.Os
.Sh NAME
@@ -288,6 +288,11 @@ instead of the
.Ic sname
field of the DHCP offer when binding a lease.
.El
+.Sh FILES
+.Bl -tag -width /etc/examples/dhclient.conf -compact
+.It Pa /etc/dhclient.conf
+.It Pa /etc/examples/dhclient.conf
+.El
.Sh SEE ALSO
.Xr dhclient.leases 5 ,
.Xr dhcp-options 5 ,
diff --git a/sbin/iked/iked.conf.5 b/sbin/iked/iked.conf.5
index ea5b152d430..9477eeae127 100644
--- a/sbin/iked/iked.conf.5
+++ b/sbin/iked/iked.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: iked.conf.5,v 1.60 2019/12/01 12:11:56 tobhe Exp $
+.\" $OpenBSD: iked.conf.5,v 1.61 2020/02/10 13:18:20 schwarze Exp $
.\"
.\" Copyright (c) 2010 - 2014 Reyk Floeter <reyk@openbsd.org>
.\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved.
@@ -15,7 +15,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: December 1 2019 $
+.Dd $Mdocdate: February 10 2020 $
.Dt IKED.CONF 5
.Os
.Sh NAME
@@ -923,6 +923,11 @@ ECP (elliptic curve groups modulo a prime),
or Curve25519.
Please note that the EC2N groups are considered as insecure and only
provided for backwards compatibility.
+.Sh FILES
+.Bl -tag -width /etc/examples/iked.conf -compact
+.It Pa /etc/iked.conf
+.It Pa /etc/examples/iked.conf
+.El
.Sh EXAMPLES
The first example is intended for a server with clients connecting to
.Xr iked 8
diff --git a/sbin/ipsecctl/ipsec.conf.5 b/sbin/ipsecctl/ipsec.conf.5
index 53d0c8bf030..5f06d05138f 100644
--- a/sbin/ipsecctl/ipsec.conf.5
+++ b/sbin/ipsecctl/ipsec.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ipsec.conf.5,v 1.157 2020/02/07 13:01:34 bluhm Exp $
+.\" $OpenBSD: ipsec.conf.5,v 1.158 2020/02/10 13:18:20 schwarze Exp $
.\"
.\" Copyright (c) 2004 Mathieu Sauve-Frankel All rights reserved.
.\"
@@ -22,7 +22,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: February 7 2020 $
+.Dd $Mdocdate: February 10 2020 $
.Dt IPSEC.CONF 5
.Os
.Sh NAME
@@ -990,6 +990,11 @@ This is done by adding a second, colon-separated, value to
.Ic authkey ,
and
.Ic enckey .
+.Sh FILES
+.Bl -tag -width /etc/examples/ipsec.conf -compact
+.It Pa /etc/ipsec.conf
+.It Pa /etc/examples/ipsec.conf
+.El
.Sh SEE ALSO
.Xr openssl 1 ,
.Xr enc 4 ,
diff --git a/sbin/mountd/exports.5 b/sbin/mountd/exports.5
index b97b8d9c8f3..244cbb4639c 100644
--- a/sbin/mountd/exports.5
+++ b/sbin/mountd/exports.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: exports.5,v 1.25 2019/12/19 09:38:03 bentley Exp $
+.\" $OpenBSD: exports.5,v 1.26 2020/02/10 13:18:20 schwarze Exp $
.\" $NetBSD: exports.5,v 1.9 1996/02/18 11:57:50 fvdl Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)exports.5 8.3 (Berkeley) 3/29/95
.\"
-.Dd $Mdocdate: December 19 2019 $
+.Dd $Mdocdate: February 10 2020 $
.Dt EXPORTS 5
.Os
.Sh NAME
@@ -248,9 +248,11 @@ it is exported to all hosts on network
allowing mounts at any
directory within /u2.
.Sh FILES
-.Bl -tag -width /etc/exports -compact
+.Bl -tag -width /etc/examples/exports -compact
.It Pa /etc/exports
default remote mount point file
+.It Pa /etc/examples/exports
+example remote mount point file
.El
.Sh SEE ALSO
.Xr netgroup 5 ,
diff --git a/share/man/man5/mixerctl.conf.5 b/share/man/man5/mixerctl.conf.5
index 06d8ce55062..4d4995e28a1 100644
--- a/share/man/man5/mixerctl.conf.5
+++ b/share/man/man5/mixerctl.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mixerctl.conf.5,v 1.7 2018/07/30 17:24:24 jmc Exp $
+.\" $OpenBSD: mixerctl.conf.5,v 1.8 2020/02/10 13:18:20 schwarze Exp $
.\"
.\" Copyright (c) 2008 Jason McIntyre <jmc@openbsd.org>
.\"
@@ -14,7 +14,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: July 30 2018 $
+.Dd $Mdocdate: February 10 2020 $
.Dt MIXERCTL.CONF 5
.Os
.Sh NAME
@@ -134,12 +134,14 @@ The file can then be played back to determine quality.
.Pp
.Dl $ aucat -o test.wav
.Sh FILES
-.Bl -tag -width "/etc/mixerctl.confXXX" -compact
+.Bl -tag -width /etc/examples/mixerctl.conf -compact
.It Pa /dev/mixer0
Default audio mixing device.
.It Pa /etc/mixerctl.conf
.Xr mixerctl 1
configuration file.
+.It Pa /etc/examples/mixerctl.conf
+Example configuration file.
.El
.Sh SEE ALSO
.Xr aucat 1 ,
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5
index 1bea8ddd2be..e81198370c9 100644
--- a/share/man/man5/pf.conf.5
+++ b/share/man/man5/pf.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pf.conf.5,v 1.583 2020/01/17 09:07:35 sashan Exp $
+.\" $OpenBSD: pf.conf.5,v 1.584 2020/02/10 13:18:20 schwarze Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
.\" Copyright (c) 2003 - 2013 Henning Brauer <henning@openbsd.org>
@@ -28,7 +28,7 @@
.\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 17 2020 $
+.Dd $Mdocdate: February 10 2020 $
.Dt PF.CONF 5
.Os
.Sh NAME
@@ -1542,7 +1542,7 @@ With 9000 state table entries, the timeout values are scaled to 50%
.El
.Pp
.Dq pfctl -F Reset
-restores default values for following options: debug, all limit options,
+restores default values for the following options: debug, all limit options,
loginterface, reassemble, skip, syncookies, all timeouts.
.Sh QUEUEING
Packets can be assigned to queues for the purpose of bandwidth
@@ -2943,11 +2943,13 @@ pooltype = ( "bitmask" | "least-states" |
include = "include" filename
.Ed
.Sh FILES
-.Bl -tag -width "/etc/protocolsXXX" -compact
+.Bl -tag -width /etc/examples/pf.conf -compact
.It Pa /etc/hosts
Host name database.
.It Pa /etc/pf.conf
Default location of the ruleset file.
+.It Pa /etc/examples/pf.conf
+Example ruleset file.
.It Pa /etc/pf.os
Default location of OS fingerprints.
.It Pa /etc/protocols
diff --git a/share/man/man5/printcap.5 b/share/man/man5/printcap.5
index de492af1646..4c3c7a0c947 100644
--- a/share/man/man5/printcap.5
+++ b/share/man/man5/printcap.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: printcap.5,v 1.27 2017/05/14 12:01:52 ajacoutot Exp $
+.\" $OpenBSD: printcap.5,v 1.28 2020/02/10 13:18:20 schwarze Exp $
.\" $NetBSD: printcap.5,v 1.7 1998/02/20 12:24:50 hubertf Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)printcap.5 8.2 (Berkeley) 12/11/93
.\"
-.Dd $Mdocdate: May 14 2017 $
+.Dd $Mdocdate: February 10 2020 $
.Dt PRINTCAP 5
.Os
.Sh NAME
@@ -255,9 +255,11 @@ themselves.
Error messages sent to the console have a carriage return and a line
feed appended to them, rather than just a line feed.
.Sh FILES
-.Bl -tag -width "/etc/printcap" -compact
+.Bl -tag -width /etc/examples/printcap -compact
.It Pa /etc/printcap
Default location of the database file.
+.It Pa /etc/examples/printcap
+Example database file.
.El
.Sh SEE ALSO
.Xr lpq 1 ,
diff --git a/share/man/man5/remote.5 b/share/man/man5/remote.5
index 2a50ca97d8a..c6c53ccc773 100644
--- a/share/man/man5/remote.5
+++ b/share/man/man5/remote.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: remote.5,v 1.27 2017/11/02 17:53:12 remi Exp $
+.\" $OpenBSD: remote.5,v 1.28 2020/02/10 13:18:20 schwarze Exp $
.\" $NetBSD: remote.5,v 1.4 1997/04/20 00:05:27 mellon Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)remote.5 8.1 (Berkeley) 6/5/93
.\"
-.Dd $Mdocdate: November 2 2017 $
+.Dd $Mdocdate: February 10 2020 $
.Dt REMOTE 5
.Os
.Sh NAME
@@ -90,9 +90,11 @@ attempts to perform an exclusive open on the device to ensure only
one user at a time has access to the port.
.El
.Sh FILES
-.Bl -tag -width /etc/remote -compact
+.Bl -tag -width /etc/examples/remote -compact
.It Pa /etc/remote
Global database.
+.It Pa /etc/examples/remote
+Example database.
.El
.Sh SEE ALSO
.Xr cu 1
diff --git a/share/man/man5/sysctl.conf.5 b/share/man/man5/sysctl.conf.5
index 04211238afb..115b7865906 100644
--- a/share/man/man5/sysctl.conf.5
+++ b/share/man/man5/sysctl.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sysctl.conf.5,v 1.13 2019/01/25 00:19:26 millert Exp $
+.\" $OpenBSD: sysctl.conf.5,v 1.14 2020/02/10 13:18:20 schwarze Exp $
.\"
.\" Copyright (c) 1998 Todd C. Miller <millert@openbsd.org>
.\"
@@ -14,7 +14,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 25 2019 $
+.Dd $Mdocdate: February 10 2020 $
.Dt SYSCTL.CONF 5
.Os
.Sh NAME
@@ -35,8 +35,9 @@ variable assignments
with comments designated by a hash mark
.Pq Sq # .
.Sh FILES
-.Bl -tag -width /etc/sysctl.conf -compact
+.Bl -tag -width /etc/examples/sysctl.conf -compact
.It Pa /etc/sysctl.conf
+.It Pa /etc/examples/sysctl.conf
.El
.Sh EXAMPLES
To turn on IP forwarding, one would use the following line:
diff --git a/share/man/man5/wsconsctl.conf.5 b/share/man/man5/wsconsctl.conf.5
index a5eddda21e6..29a08a4f586 100644
--- a/share/man/man5/wsconsctl.conf.5
+++ b/share/man/man5/wsconsctl.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wsconsctl.conf.5,v 1.6 2019/01/25 00:19:26 millert Exp $
+.\" $OpenBSD: wsconsctl.conf.5,v 1.7 2020/02/10 13:18:20 schwarze Exp $
.\"
.\" Copyright (c) 2001 Brian J. Kifiak <bk@rt.fm>
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: January 25 2019 $
+.Dd $Mdocdate: February 10 2020 $
.Dt WSCONSCTL.CONF 5
.Os
.Sh NAME
@@ -50,8 +50,9 @@ variable assignments
with comments designated by a hash mark
.Pq Sq # .
.Sh FILES
-.Bl -tag -width /etc/wsconsctl.conf -compact
+.Bl -tag -width /etc/examples/wsconsctl.conf -compact
.It Pa /etc/wsconsctl.conf
+.It Pa /etc/examples/wsconsctl.conf
.El
.Sh EXAMPLES
To load a Russian keyboard encoding, one would use the following line:
diff --git a/share/man/man8/rc.8 b/share/man/man8/rc.8
index 7a44d5dd927..57e2e72b816 100644
--- a/share/man/man8/rc.8
+++ b/share/man/man8/rc.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rc.8,v 1.45 2017/07/13 19:16:33 jmc Exp $
+.\" $OpenBSD: rc.8,v 1.46 2020/02/10 13:18:20 schwarze Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)rc.8 8.2 (Berkeley) 12/11/93
.\"
-.Dd $Mdocdate: July 13 2017 $
+.Dd $Mdocdate: February 10 2020 $
.Dt RC 8
.Os
.Sh NAME
@@ -184,6 +184,8 @@ Site specific command scripts for system startup.
Commands run before the security level changes.
.It Pa /etc/rc.shutdown
Commands run at system shutdown.
+.It Pa /etc/examples/rc.*
+Examples of site specific scripts.
.It Pa /fastboot
Tells
.Nm rc
diff --git a/usr.bin/doas/doas.conf.5 b/usr.bin/doas/doas.conf.5
index b5cacde22cd..70379eeb32b 100644
--- a/usr.bin/doas/doas.conf.5
+++ b/usr.bin/doas/doas.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: doas.conf.5,v 1.41 2019/07/07 19:21:28 tedu Exp $
+.\" $OpenBSD: doas.conf.5,v 1.42 2020/02/10 13:18:20 schwarze Exp $
.\"
.\"Copyright (c) 2015 Ted Unangst <tedu@openbsd.org>
.\"
@@ -13,7 +13,7 @@
.\"WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\"ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\"OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-.Dd $Mdocdate: July 7 2019 $
+.Dd $Mdocdate: February 10 2020 $
.Dt DOAS.CONF 5
.Os
.Sh NAME
@@ -111,9 +111,12 @@ If quotes or backslashes are used in a word,
it is not considered a keyword.
.El
.Sh FILES
-.Bl -tag -width "/etc/doas.conf"
+.Bl -tag -width /etc/examples/doas.conf -compact
.It Pa /etc/doas.conf
-doas configuration file.
+.Xr doas 1
+configuration file
+.It Pa /etc/examples/doas.conf
+example configuration file
.El
.Sh EXAMPLES
The following example permits user aja to install packages
diff --git a/usr.bin/mandoc/man.conf.5 b/usr.bin/mandoc/man.conf.5
index ed4807f8fc7..190d0a0bc75 100644
--- a/usr.bin/mandoc/man.conf.5
+++ b/usr.bin/mandoc/man.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: man.conf.5,v 1.6 2018/10/02 14:56:36 schwarze Exp $
+.\" $OpenBSD: man.conf.5,v 1.7 2020/02/10 13:18:21 schwarze Exp $
.\"
.\" Copyright (c) 2015, 2017 Ingo Schwarze <schwarze@openbsd.org>
.\"
@@ -14,7 +14,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: October 2 2018 $
+.Dd $Mdocdate: February 10 2020 $
.Dt MAN.CONF 5
.Os
.Sh NAME
@@ -109,7 +109,10 @@ It is kept for backward compatibility for now,
but will eventually be removed.
.El
.Sh FILES
-.Pa /etc/man.conf
+.Bl -tag -width /etc/examples/man.conf -compact
+.It Pa /etc/man.conf
+.It Pa /etc/examples/man.conf
+.El
.Sh EXAMPLES
The following configuration file reproduces the defaults:
installing it is equivalent to not having a
diff --git a/usr.sbin/acme-client/acme-client.conf.5 b/usr.sbin/acme-client/acme-client.conf.5
index deeac1a07c1..4d382228d2f 100644
--- a/usr.sbin/acme-client/acme-client.conf.5
+++ b/usr.sbin/acme-client/acme-client.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: acme-client.conf.5,v 1.21 2019/07/04 05:06:06 solene Exp $
+.\" $OpenBSD: acme-client.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: July 4 2019 $
+.Dd $Mdocdate: February 10 2020 $
.Dt ACME-CLIENT.CONF 5
.Os
.Sh NAME
@@ -163,10 +163,12 @@ If it is not specified, a default of
will be used.
.El
.Sh FILES
-.Bl -tag -width "/etc/acme-client.conf" -compact
+.Bl -tag -width /etc/examples/acme-client.conf -compact
.It Pa /etc/acme-client.conf
.Xr acme-client 1
configuration file
+.It Pa /etc/examples/acme-client.conf
+example configuration file
.El
.Sh SEE ALSO
.Xr acme-client 1
diff --git a/usr.sbin/dvmrpd/dvmrpd.conf.5 b/usr.sbin/dvmrpd/dvmrpd.conf.5
index 44e0166f25b..7f73a0c7200 100644
--- a/usr.sbin/dvmrpd/dvmrpd.conf.5
+++ b/usr.sbin/dvmrpd/dvmrpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: dvmrpd.conf.5,v 1.9 2018/06/18 06:04:25 jmc Exp $
+.\" $OpenBSD: dvmrpd.conf.5,v 1.10 2020/02/10 13:18:21 schwarze Exp $
.\"
.\" Copyright (c) 2005, 2006 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 18 2018 $
+.Dd $Mdocdate: February 10 2020 $
.Dt DVMRPD.CONF 5
.Os
.Sh NAME
@@ -145,10 +145,12 @@ The default value is query-interval / 4; valid range is the same as the
query-interval.
.El
.Sh FILES
-.Bl -tag -width "/etc/dvmrpd.conf" -compact
+.Bl -tag -width /etc/examples/dvmrpd.conf -compact
.It Pa /etc/dvmrpd.conf
.Xr dvmrpd 8
configuration file
+.It Pa /etc/examples/dvmrpd.conf
+example configuration file
.El
.Sh SEE ALSO
.Xr dvmrpctl 8 ,
diff --git a/usr.sbin/eigrpd/eigrpd.conf.5 b/usr.sbin/eigrpd/eigrpd.conf.5
index b100718de47..d822cc48cef 100644
--- a/usr.sbin/eigrpd/eigrpd.conf.5
+++ b/usr.sbin/eigrpd/eigrpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: eigrpd.conf.5,v 1.7 2018/06/18 06:04:25 jmc Exp $
+.\" $OpenBSD: eigrpd.conf.5,v 1.8 2020/02/10 13:18:21 schwarze Exp $
.\"
.\" Copyright (c) 2015 Renato Westphal <renato@openbsd.org>
.\" Copyright (c) 2005 Esben Norby <norby@openbsd.org>
@@ -18,7 +18,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 18 2018 $
+.Dd $Mdocdate: February 10 2020 $
.Dt EIGRPD.CONF 5
.Os
.Sh NAME
@@ -267,10 +267,12 @@ Configure a summary aggregate address for this interface.
Multiple summary addresses can be configured.
.El
.Sh FILES
-.Bl -tag -width "/etc/eigrpd.conf" -compact
+.Bl -tag -width /etc/examples/eigrpd.conf -compact
.It Pa /etc/eigrpd.conf
.Xr eigrpd 8
configuration file
+.It Pa /etc/examples/eigrpd.conf
+example configuration file
.El
.Sh SEE ALSO
.Xr eigrpctl 8 ,
diff --git a/usr.sbin/hostapd/hostapd.conf.5 b/usr.sbin/hostapd/hostapd.conf.5
index b6d6a68a951..6abdd1fccf5 100644
--- a/usr.sbin/hostapd/hostapd.conf.5
+++ b/usr.sbin/hostapd/hostapd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hostapd.conf.5,v 1.46 2018/06/18 06:04:25 jmc Exp $
+.\" $OpenBSD: hostapd.conf.5,v 1.47 2020/02/10 13:18:21 schwarze Exp $
.\"
.\" Copyright (c) 2004, 2005, 2006 Reyk Floeter <reyk@openbsd.org>
.\"
@@ -14,7 +14,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 18 2018 $
+.Dd $Mdocdate: February 10 2020 $
.Dt HOSTAPD.CONF 5
.Os
.Sh NAME
@@ -812,9 +812,11 @@ set iapp handle subtype address roaming
set iapp mode multicast ttl 2
.Ed
.Sh FILES
-.Bl -tag -width "/etc/hostapd.conf" -compact
+.Bl -tag -width /etc/examples/hostapd.conf -compact
.It Pa /etc/hostapd.conf
Default location of the configuration file.
+.It Pa /etc/examples/hostapd.conf
+Example configuration file.
.El
.Sh SEE ALSO
.Xr hostapd 8
diff --git a/usr.sbin/ifstated/ifstated.conf.5 b/usr.sbin/ifstated/ifstated.conf.5
index 7c4992617f0..272f64f2118 100644
--- a/usr.sbin/ifstated/ifstated.conf.5
+++ b/usr.sbin/ifstated/ifstated.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ifstated.conf.5,v 1.14 2018/12/07 19:29:38 jmc Exp $
+.\" $OpenBSD: ifstated.conf.5,v 1.15 2020/02/10 13:18:21 schwarze Exp $
.\"
.\" Copyright (c) 2005 Nikolay Sturm <sturm@openbsd.org>
.\" Copyright (c) 2005 Marco Pfatschbacher <mpf@openbsd.org>
@@ -15,7 +15,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: December 7 2018 $
+.Dd $Mdocdate: February 10 2020 $
.Dt IFSTATED.CONF 5
.Os
.Sh NAME
@@ -184,10 +184,12 @@ stateopt = init | action
init = "init" action_block
.Ed
.Sh FILES
-.Bl -tag -width "/etc/ifstated.conf" -compact
+.Bl -tag -width /etc/examples/ifstated.conf -compact
.It Pa /etc/ifstated.conf
.Xr ifstated 8
configuration file
+.It Pa /etc/examples/ifstated.conf
+example configuration file
.El
.Sh SEE ALSO
.Xr carp 4 ,
diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8
index 97fab475a94..f1a8e140bd3 100644
--- a/usr.sbin/inetd/inetd.8
+++ b/usr.sbin/inetd/inetd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: inetd.8,v 1.41 2017/10/04 19:52:26 jca Exp $
+.\" $OpenBSD: inetd.8,v 1.42 2020/02/10 13:18:21 schwarze Exp $
.\" Copyright (c) 1985, 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -28,7 +28,7 @@
.\"
.\" from: @(#)inetd.8 6.7 (Berkeley) 3/16/91
.\"
-.Dd $Mdocdate: October 4 2017 $
+.Dd $Mdocdate: February 10 2020 $
.Dt INETD 8
.Os
.Sh NAME
@@ -317,8 +317,7 @@ These services are
in the form of the number of seconds since midnight, January
1, 1900).
All of these services are TCP based.
-For details of these services, consult the appropriate
-.Tn RFC
+For details of these services, consult the appropriate RFC
from the Network Information Center.
.Pp
.Nm inetd
@@ -359,6 +358,11 @@ If you have only one server on
.Dq tcp6 ,
only IPv6 traffic will be routed to the server.
.El
+.Sh FILES
+.Bl -tag -width /etc/examples/inetd.conf -compact
+.It Pa /etc/inetd.conf
+.It Pa /etc/examples/inetd.conf
+.El
.Sh SEE ALSO
.Xr comsat 8 ,
.Xr fingerd 8 ,
diff --git a/usr.sbin/ldapd/ldapd.conf.5 b/usr.sbin/ldapd/ldapd.conf.5
index 034f8e86744..3da0137e137 100644
--- a/usr.sbin/ldapd/ldapd.conf.5
+++ b/usr.sbin/ldapd/ldapd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ldapd.conf.5,v 1.25 2018/05/18 12:36:30 reyk Exp $
+.\" $OpenBSD: ldapd.conf.5,v 1.26 2020/02/10 13:18:21 schwarze Exp $
.\"
.\" Copyright (c) 2009, 2010 Martin Hedenfalk <martin@bzero.se>
.\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org>
@@ -17,7 +17,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: May 18 2018 $
+.Dd $Mdocdate: February 10 2020 $
.Dt LDAPD.CONF 5
.Os
.Sh NAME
@@ -327,11 +327,13 @@ This would define MyOidAttributes as a symbolic name for the OID
1.2.3.4.5.6, and MyOidObjects for 1.2.3.4.7.
.El
.Sh FILES
-.Bl -tag -width "/etc/ldap/ldapd.confXXX" -compact
+.Bl -tag -width /etc/examples/ldapd.conf -compact
.It Pa /etc/ldapd.conf
Default
.Xr ldapd 8
configuration file.
+.It Pa /etc/examples/ldapd.conf
+Example configuration file.
.It Pa /etc/ldap/*.schema
Default schema definition files.
.It Pa /etc/ldap/certs/
diff --git a/usr.sbin/ldpd/ldpd.conf.5 b/usr.sbin/ldpd/ldpd.conf.5
index 9b7068f6c4d..18caffe6fc2 100644
--- a/usr.sbin/ldpd/ldpd.conf.5
+++ b/usr.sbin/ldpd/ldpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ldpd.conf.5,v 1.39 2019/03/31 20:14:14 jmc Exp $
+.\" $OpenBSD: ldpd.conf.5,v 1.40 2020/02/10 13:18:21 schwarze Exp $
.\"
.\" Copyright (c) 2013, 2016 Renato Westphal <renato@openbsd.org>
.\" Copyright (c) 2009 Michele Marchetto <michele@openbsd.org>
@@ -19,7 +19,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: March 31 2019 $
+.Dd $Mdocdate: February 10 2020 $
.Dt LDPD.CONF 5
.Os
.Sh NAME
@@ -388,10 +388,12 @@ The default is
.Ic yes .
.El
.Sh FILES
-.Bl -tag -width "/etc/ldpd.conf" -compact
+.Bl -tag -width /etc/examples/ldpd.conf -compact
.It Pa /etc/ldpd.conf
.Xr ldpd 8
configuration file
+.It Pa /etc/examples/ldpd.conf
+example configuration file
.El
.Sh SEE ALSO
.Xr ldpctl 8 ,
diff --git a/usr.sbin/mrouted/mrouted.8 b/usr.sbin/mrouted/mrouted.8
index 8c6e0c2d671..e7f84a15d85 100644
--- a/usr.sbin/mrouted/mrouted.8
+++ b/usr.sbin/mrouted/mrouted.8
@@ -1,11 +1,11 @@
-.\" $OpenBSD: mrouted.8,v 1.26 2015/10/28 10:02:59 jmc Exp $
+.\" $OpenBSD: mrouted.8,v 1.27 2020/02/10 13:18:21 schwarze Exp $
.\" The mrouted program is covered by the license in the accompanying file
.\" named "LICENSE". Use of the mrouted program represents acceptance of
.\" the terms and conditions listed in that file.
.\"
.\" The mrouted program is COPYRIGHT 1989 by The Board of Trustees of
.\" Leland Stanford Junior University.
-.Dd $Mdocdate: October 28 2015 $
+.Dd $Mdocdate: February 10 2020 $
.Dt MROUTED 8
.Os
.Sh NAME
@@ -345,8 +345,9 @@ Dumps the internal routing tables to stderr (only if
was invoked with a non-zero debug level).
.El
.Sh FILES
-.Bl -tag -width /var/tmp/mrouted.cache -compact
+.Bl -tag -width /etc/examples/mrouted.conf -compact
.It Pa /etc/mrouted.conf
+.It Pa /etc/examples/mrouted.conf
.It Pa /var/tmp/mrouted.cache
.It Pa /var/tmp/mrouted.dump
.El
diff --git a/usr.sbin/ntpd/ntpd.conf.5 b/usr.sbin/ntpd/ntpd.conf.5
index 26b85a87453..599542d359c 100644
--- a/usr.sbin/ntpd/ntpd.conf.5
+++ b/usr.sbin/ntpd/ntpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ntpd.conf.5,v 1.43 2019/11/12 07:19:18 jmc Exp $
+.\" $OpenBSD: ntpd.conf.5,v 1.44 2020/02/10 13:18:21 schwarze Exp $
.\"
.\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
.\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: November 12 2019 $
+.Dd $Mdocdate: February 10 2020 $
.Dt NTPD.CONF 5
.Os
.Sh NAME
@@ -245,11 +245,13 @@ constraints from "https://www.google.com/"
.Ed
.El
.Sh FILES
-.Bl -tag -width "/etc/ntpd.confXXX" -compact
+.Bl -tag -width /etc/examples/ntpd.conf -compact
.It Pa /etc/ntpd.conf
default
.Xr ntpd 8
configuration file
+.It Pa /etc/examples/ntpd.conf
+example configuration file
.El
.Sh SEE ALSO
.Xr ntpctl 8 ,
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 ,
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 ,
diff --git a/usr.sbin/rad/rad.conf.5 b/usr.sbin/rad/rad.conf.5
index d4ca72f4639..f20aefd1254 100644
--- a/usr.sbin/rad/rad.conf.5
+++ b/usr.sbin/rad/rad.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rad.conf.5,v 1.15 2019/08/08 20:37:08 fcambus Exp $
+.\" $OpenBSD: rad.conf.5,v 1.16 2020/02/10 13:18:21 schwarze Exp $
.\"
.\" Copyright (c) 2018 Florian Obser <florian@openbsd.org>
.\" Copyright (c) 2005 Esben Norby <norby@openbsd.org>
@@ -18,7 +18,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: August 8 2019 $
+.Dd $Mdocdate: February 10 2020 $
.Dt RAD.CONF 5
.Os
.Sh NAME
@@ -149,10 +149,12 @@ prefix.
The default is 2592000.
.El
.Sh FILES
-.Bl -tag -width "/etc/rad.conf" -compact
+.Bl -tag -width /etc/examples/rad.conf -compact
.It Pa /etc/rad.conf
.Xr rad 8
configuration file
+.It Pa /etc/examples/rad.conf
+example configuration file
.El
.Sh EXAMPLES
With the following example configuration,
diff --git a/usr.sbin/radiusd/radiusd.conf.5 b/usr.sbin/radiusd/radiusd.conf.5
index 8e27c707203..12a108885f2 100644
--- a/usr.sbin/radiusd/radiusd.conf.5
+++ b/usr.sbin/radiusd/radiusd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: radiusd.conf.5,v 1.11 2019/04/01 14:47:56 jmc Exp $
+.\" $OpenBSD: radiusd.conf.5,v 1.12 2020/02/10 13:18:21 schwarze Exp $
.\"
.\" Copyright (c) 2014 Esdenera Networks GmbH
.\" Copyright (c) 2014 Internet Initiative Japan Inc.
@@ -15,7 +15,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 1 2019 $
+.Dd $Mdocdate: February 10 2020 $
.Dt RADIUSD.CONF 5
.Os
.Sh NAME
@@ -171,6 +171,8 @@ Specify the module name.
Default
.Xr radiusd 8
configuration file.
+.It Pa /etc/examples/radiusd.conf
+Example configuration file.
.It Pa /usr/libexec/radiusd/radiusd_bsdauth
.Dq bsdauth
module executable.
diff --git a/usr.sbin/rbootd/rbootd.8 b/usr.sbin/rbootd/rbootd.8
index f2ac57adb8b..c9e8b7050c5 100644
--- a/usr.sbin/rbootd/rbootd.8
+++ b/usr.sbin/rbootd/rbootd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rbootd.8,v 1.17 2017/04/19 05:36:13 natano Exp $
+.\" $OpenBSD: rbootd.8,v 1.18 2020/02/10 13:18:21 schwarze Exp $
.\" $NetBSD: rbootd.8,v 1.3 1995/08/21 17:05:16 thorpej Exp $
.\"
.\" Copyright (c) 1988, 1992 The University of Utah and the Center
@@ -41,7 +41,7 @@
.\" Utah Hdr: rbootd.man 3.1 92/07/06
.\" Author: Jeff Forys, University of Utah CSS
.\"
-.Dd $Mdocdate: April 19 2017 $
+.Dd $Mdocdate: February 10 2020 $
.Dt RBOOTD 8
.Os
.Sh NAME
@@ -134,11 +134,13 @@ Turn on debugging, do nothing if already on.
Turn off debugging, do nothing if already off.
.El
.Sh FILES
-.Bl -tag -width /usr/libexec/rbootd -compact
+.Bl -tag -width /etc/examples/rbootd.conf -compact
.It Pa /dev/bpf
packet-filter device
.It Pa /etc/rbootd.conf
configuration file
+.It Pa /etc/examples/rbootd.conf
+example configuration file
.It Pa /tmp/rbootd.dbg
debug output
.It Pa /usr/mdec/rbootd
diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5
index 5f6b94f12cd..0a68c8a56a4 100644
--- a/usr.sbin/relayd/relayd.conf.5
+++ b/usr.sbin/relayd/relayd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: relayd.conf.5,v 1.193 2019/09/15 19:23:29 rob Exp $
+.\" $OpenBSD: relayd.conf.5,v 1.194 2020/02/10 13:18:21 schwarze Exp $
.\"
.\" Copyright (c) 2006 - 2016 Reyk Floeter <reyk@openbsd.org>
.\" Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@openbsd.org>
@@ -15,7 +15,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: September 15 2019 $
+.Dd $Mdocdate: February 10 2020 $
.Dt RELAYD.CONF 5
.Os
.Sh NAME
@@ -1462,6 +1462,9 @@ to the kernel routing table.
.Xr relayd 8
configuration file.
.Pp
+.It Pa /etc/examples/relayd.conf
+Example configuration file.
+.Pp
.It Pa /etc/services
Service name database.
.Pp
diff --git a/usr.sbin/ripd/ripd.conf.5 b/usr.sbin/ripd/ripd.conf.5
index 3379662bd59..9f7221530d5 100644
--- a/usr.sbin/ripd/ripd.conf.5
+++ b/usr.sbin/ripd/ripd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ripd.conf.5,v 1.18 2018/12/31 20:34:16 remi Exp $
+.\" $OpenBSD: ripd.conf.5,v 1.19 2020/02/10 13:18:22 schwarze Exp $
.\"
.\" Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it>
.\" Copyright (c) 2005, 2006 Esben Norby <norby@openbsd.org>
@@ -18,7 +18,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: December 31 2018 $
+.Dd $Mdocdate: February 10 2020 $
.Dt RIPD.CONF 5
.Os
.Sh NAME
@@ -223,10 +223,12 @@ state is active again.
Prevent transmission and reception of RIP packets on this interface.
.El
.Sh FILES
-.Bl -tag -width "/etc/ripd.conf" -compact
+.Bl -tag -width /etc/examples/ripd.conf -compact
.It Pa /etc/ripd.conf
.Xr ripd 8
configuration file
+.It Pa /etc/examples/ripd.conf
+example configuration file
.El
.Sh SEE ALSO
.Xr rc.conf.local 8 ,
diff --git a/usr.sbin/sasyncd/sasyncd.conf.5 b/usr.sbin/sasyncd/sasyncd.conf.5
index 2efffd7072c..7ca4f001b27 100644
--- a/usr.sbin/sasyncd/sasyncd.conf.5
+++ b/usr.sbin/sasyncd/sasyncd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sasyncd.conf.5,v 1.18 2011/06/23 20:35:22 sthen Exp $
+.\" $OpenBSD: sasyncd.conf.5,v 1.19 2020/02/10 13:18:22 schwarze Exp $
.\"
.\" Copyright (c) 2005 Håkan Olsson. All rights reserved.
.\"
@@ -27,7 +27,7 @@
.\"
.\" Manual page for sasyncd.conf
.\"
-.Dd $Mdocdate: June 23 2011 $
+.Dd $Mdocdate: February 10 2020 $
.Dt SASYNCD.CONF 5
.Os
.Sh NAME
@@ -176,6 +176,11 @@ instead,
to control all supported daemons at the same time,
or to turn it off to synchronize SAs only.
.El
+.Sh FILES
+.Bl -tag -width /etc/examples/sasyncd.conf -compact
+.It Pa /etc/sasyncd.conf
+.It Pa /etc/examples/sasyncd.conf
+.El
.Sh SEE ALSO
.Xr chmod 1 ,
.Xr carp 4 ,
diff --git a/usr.sbin/sensorsd/sensorsd.conf.5 b/usr.sbin/sensorsd/sensorsd.conf.5
index 897fbc4d594..10b9818693c 100644
--- a/usr.sbin/sensorsd/sensorsd.conf.5
+++ b/usr.sbin/sensorsd/sensorsd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sensorsd.conf.5,v 1.28 2019/09/02 21:18:41 deraadt Exp $
+.\" $OpenBSD: sensorsd.conf.5,v 1.29 2020/02/10 13:18:22 schwarze Exp $
.\"
.\" Copyright (c) 2003 Henning Brauer <henning@openbsd.org>
.\" Copyright (c) 2005 Matthew Gream <matthew.gream@pobox.com>
@@ -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: September 2 2019 $
+.Dd $Mdocdate: February 10 2020 $
.Dt SENSORSD.CONF 5
.Os
.Sh NAME
@@ -132,10 +132,12 @@ attribute to ignore
status changes of sensors of a certain type
or individual sensors.
.Sh FILES
-.Bl -tag -width "/etc/sensorsd.conf"
+.Bl -tag -width /etc/examples/sensorsd.conf -compact
.It Pa /etc/sensorsd.conf
Configuration file for
.Xr sensorsd 8 .
+.It Pa /etc/examples/sensorsd.conf
+Example configuration file.
.El
.Sh EXAMPLES
In the following configuration file,
diff --git a/usr.sbin/snmpd/snmpd.conf.5 b/usr.sbin/snmpd/snmpd.conf.5
index 629a69c135c..6e4f37084f0 100644
--- a/usr.sbin/snmpd/snmpd.conf.5
+++ b/usr.sbin/snmpd/snmpd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: snmpd.conf.5,v 1.41 2020/01/02 10:55:53 florian Exp $
+.\" $OpenBSD: snmpd.conf.5,v 1.42 2020/02/10 13:18:22 schwarze Exp $
.\"
.\" Copyright (c) 2007, 2008, 2012 Reyk Floeter <reyk@openbsd.org>
.\"
@@ -14,7 +14,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 2 2020 $
+.Dd $Mdocdate: February 10 2020 $
.Dt SNMPD.CONF 5
.Os
.Sh NAME
@@ -299,9 +299,11 @@ or
.Ic integer .
.El
.Sh FILES
-.Bl -tag -width "/etc/snmpd.conf"
+.Bl -tag -width /etc/examples/snmpd.conf -compact
.It Pa /etc/snmpd.conf
Default location of the configuration file.
+.It Pa /etc/examples/snmpd.conf
+Example configuration file.
.El
.Sh EXAMPLES
The following example will tell
diff --git a/usr.sbin/vmd/vm.conf.5 b/usr.sbin/vmd/vm.conf.5
index 3cfb622a86e..140d6bd08f5 100644
--- a/usr.sbin/vmd/vm.conf.5
+++ b/usr.sbin/vmd/vm.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: vm.conf.5,v 1.50 2020/01/15 14:08:26 phessler Exp $
+.\" $OpenBSD: vm.conf.5,v 1.51 2020/02/10 13:18:22 schwarze Exp $
.\"
.\" Copyright (c) 2015 Mike Larkin <mlarkin@openbsd.org>
.\" Copyright (c) 2015 Reyk Floeter <reyk@openbsd.org>
@@ -15,7 +15,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 15 2020 $
+.Dd $Mdocdate: February 10 2020 $
.Dt VM.CONF 5
.Os
.Sh NAME
@@ -451,6 +451,11 @@ This is the default.
.It Cm down
Stop the switch from forwarding packets.
.El
+.Sh FILES
+.Bl -tag -width /etc/examples/vm.conf -compact
+.It Pa /etc/vm.conf
+.It Pa /etc/examples/vm.conf
+.El
.Sh EXAMPLES
Create a new VM with 1GB memory, 1 network interface connected to
.Dq uplink ,
diff --git a/usr.sbin/ypldap/ypldap.conf.5 b/usr.sbin/ypldap/ypldap.conf.5
index 783c9f09c3c..02ab65ceacb 100644
--- a/usr.sbin/ypldap/ypldap.conf.5
+++ b/usr.sbin/ypldap/ypldap.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ypldap.conf.5,v 1.22 2018/06/18 06:04:25 jmc Exp $
+.\" $OpenBSD: ypldap.conf.5,v 1.23 2020/02/10 13:18:22 schwarze Exp $
.\"
.\" Copyright (c) 2008 Pierre-Yves Ritschard <pyr@openbsd.org>
.\"
@@ -14,7 +14,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 18 2018 $
+.Dd $Mdocdate: February 10 2020 $
.Dt YPLDAP.CONF 5
.Os
.Sh NAME
@@ -164,10 +164,12 @@ Valid attributes are:
Use the supplied LDAP filter to retrieve password entries.
.El
.Sh FILES
-.Bl -tag -width "/etc/ypldap.conf" -compact
+.Bl -tag -width /etc/examples/ypldap.conf -compact
.It Pa /etc/ypldap.conf
.Xr ypldap 8
-configuration file.
+configuration file
+.It Pa /etc/examples/ypldap.conf
+example configuration file
.El
.Sh SEE ALSO
.Xr ypbind 8 ,