1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-18 23:33:33 +02:00

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
This commit is contained in:
schwarze
2020-02-10 13:18:20 +00:00
parent 137e484d13
commit c9d6433d50
36 changed files with 193 additions and 104 deletions
+5 -3
View File
@@ -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 ,
+7 -2
View File
@@ -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 ,
+7 -2
View File
@@ -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
+7 -2
View File
@@ -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 ,
+5 -3
View File
@@ -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 ,
+5 -3
View File
@@ -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 ,
+6 -4
View File
@@ -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
+5 -3
View File
@@ -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 ,
+5 -3
View File
@@ -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
+4 -3
View File
@@ -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:
+4 -3
View File
@@ -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:
+4 -2
View File
@@ -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
+7 -4
View File
@@ -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
+6 -3
View File
@@ -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
+5 -3
View File
@@ -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
+5 -3
View File
@@ -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 ,
+5 -3
View File
@@ -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 ,
+5 -3
View File
@@ -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
+5 -3
View File
@@ -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 ,
+8 -4
View File
@@ -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 ,
+5 -3
View File
@@ -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/
+5 -3
View File
@@ -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 ,
+4 -3
View File
@@ -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
+5 -3
View File
@@ -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 ,
+5 -3
View File
@@ -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 ,
+5 -3
View File
@@ -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 ,
+5 -3
View File
@@ -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,
+4 -2
View File
@@ -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.
+5 -3
View File
@@ -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
+5 -2
View File
@@ -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
+5 -3
View File
@@ -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 ,
+7 -2
View File
@@ -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 ,
+5 -3
View File
@@ -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,
+5 -3
View File
@@ -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
+7 -2
View File
@@ -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 ,
+6 -4
View File
@@ -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 ,