diff options
-rw-r--r-- | sbin/mountd/exports.5 | 8 | ||||
-rw-r--r-- | share/man/man8/rc.shutdown.8 | 6 | ||||
-rw-r--r-- | usr.bin/doas/doas.conf.5 | 8 | ||||
-rw-r--r-- | usr.sbin/acme-client/acme-client.conf.5 | 8 | ||||
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 8 | ||||
-rw-r--r-- | usr.sbin/dhcpd/dhcpd.conf.5 | 9 | ||||
-rw-r--r-- | usr.sbin/dvmrpd/dvmrpd.conf.5 | 8 | ||||
-rw-r--r-- | usr.sbin/eigrpd/eigrpd.conf.5 | 8 | ||||
-rw-r--r-- | usr.sbin/httpd/httpd.conf.5 | 9 | ||||
-rw-r--r-- | usr.sbin/ifstated/ifstated.conf.5 | 8 | ||||
-rw-r--r-- | usr.sbin/ldpd/ldpd.conf.5 | 8 | ||||
-rw-r--r-- | usr.sbin/ntpd/ntpd.conf.5 | 10 | ||||
-rw-r--r-- | usr.sbin/ospf6d/ospf6d.conf.5 | 8 | ||||
-rw-r--r-- | usr.sbin/ospfd/ospfd.conf.5 | 8 | ||||
-rw-r--r-- | usr.sbin/rad/rad.conf.5 | 8 | ||||
-rw-r--r-- | usr.sbin/rbootd/rbootd.8 | 14 | ||||
-rw-r--r-- | usr.sbin/ripd/ripd.conf.5 | 8 | ||||
-rw-r--r-- | usr.sbin/ypldap/ypldap.conf.5 | 8 |
18 files changed, 82 insertions, 70 deletions
diff --git a/sbin/mountd/exports.5 b/sbin/mountd/exports.5 index 244cbb4639c..2c1de1fd1fe 100644 --- a/sbin/mountd/exports.5 +++ b/sbin/mountd/exports.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: exports.5,v 1.26 2020/02/10 13:18:20 schwarze Exp $ +.\" $OpenBSD: exports.5,v 1.27 2020/05/16 16:58:11 jmc 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: February 10 2020 $ +.Dd $Mdocdate: May 16 2020 $ .Dt EXPORTS 5 .Os .Sh NAME @@ -250,9 +250,9 @@ directory within /u2. .Sh FILES .Bl -tag -width /etc/examples/exports -compact .It Pa /etc/exports -default remote mount point file +Default remote mount point file. .It Pa /etc/examples/exports -example remote mount point file +Example remote mount point file. .El .Sh SEE ALSO .Xr netgroup 5 , diff --git a/share/man/man8/rc.shutdown.8 b/share/man/man8/rc.shutdown.8 index 291b105eb61..93e45ac7503 100644 --- a/share/man/man8/rc.shutdown.8 +++ b/share/man/man8/rc.shutdown.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rc.shutdown.8,v 1.15 2017/07/13 19:16:33 jmc Exp $ +.\" $OpenBSD: rc.shutdown.8,v 1.16 2020/05/16 16:58:12 jmc Exp $ .\" .\" Copyright (c) 1999 Aaron Campbell .\" All rights reserved. @@ -24,7 +24,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: July 13 2017 $ +.Dd $Mdocdate: May 16 2020 $ .Dt RC.SHUTDOWN 8 .Os .Sh NAME @@ -77,6 +77,8 @@ though not the latter. .Bl -tag -width "/etc/rc.shutdown" .It Pa /etc/rc.shutdown Command script run at system shutdown. +.It Pa /etc/examples/rc.shutdown +Example script. .El .Sh SEE ALSO .Xr init 8 , diff --git a/usr.bin/doas/doas.conf.5 b/usr.bin/doas/doas.conf.5 index 70379eeb32b..4adb94e83bb 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.42 2020/02/10 13:18:20 schwarze Exp $ +.\" $OpenBSD: doas.conf.5,v 1.43 2020/05/16 16:58:11 jmc 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: February 10 2020 $ +.Dd $Mdocdate: May 16 2020 $ .Dt DOAS.CONF 5 .Os .Sh NAME @@ -114,9 +114,9 @@ it is not considered a keyword. .Bl -tag -width /etc/examples/doas.conf -compact .It Pa /etc/doas.conf .Xr doas 1 -configuration file +configuration file. .It Pa /etc/examples/doas.conf -example configuration file +Example configuration file. .El .Sh EXAMPLES The following example permits user aja to install packages diff --git a/usr.sbin/acme-client/acme-client.conf.5 b/usr.sbin/acme-client/acme-client.conf.5 index d581fc1ea29..08a47a76ab7 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.24 2020/05/12 20:46:30 jmc Exp $ +.\" $OpenBSD: acme-client.conf.5,v 1.25 2020/05/16 16:58:11 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: May 12 2020 $ +.Dd $Mdocdate: May 16 2020 $ .Dt ACME-CLIENT.CONF 5 .Os .Sh NAME @@ -174,9 +174,9 @@ will be used. .Bl -tag -width /etc/examples/acme-client.conf -compact .It Pa /etc/acme-client.conf .Xr acme-client 1 -configuration file +configuration file. .It Pa /etc/examples/acme-client.conf -example configuration file +Example configuration file. .El .Sh SEE ALSO .Xr acme-client 1 diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index e4e0f54be7b..5b1d73d17c7 100644 --- a/usr.sbin/bgpd/bgpd.conf.5 +++ b/usr.sbin/bgpd/bgpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpd.conf.5,v 1.204 2020/04/23 21:28:09 jmc Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.205 2020/05/16 16:58:11 jmc Exp $ .\" .\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -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: April 23 2020 $ +.Dd $Mdocdate: May 16 2020 $ .Dt BGPD.CONF 5 .Os .Sh NAME @@ -1891,9 +1891,9 @@ is selected. .Bl -tag -width "/etc/examples/bgpd.conf" -compact .It Pa /etc/bgpd.conf .Xr bgpd 8 -configuration file +configuration file. .It Pa /etc/examples/bgpd.conf -example configuration file +Example configuration file. .El .Sh SEE ALSO .Xr strftime 3 , diff --git a/usr.sbin/dhcpd/dhcpd.conf.5 b/usr.sbin/dhcpd/dhcpd.conf.5 index 92207278981..d6c0635cafb 100644 --- a/usr.sbin/dhcpd/dhcpd.conf.5 +++ b/usr.sbin/dhcpd/dhcpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dhcpd.conf.5,v 1.25 2020/04/17 06:24:28 dtucker Exp $ +.\" $OpenBSD: dhcpd.conf.5,v 1.26 2020/05/16 16:58:11 jmc Exp $ .\" .\" Copyright (c) 1995, 1996, 1997, 1998, 1998, 1999 .\" 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: April 17 2020 $ +.Dd $Mdocdate: May 16 2020 $ .Dt DHCPD.CONF 5 .Os .Sh NAME @@ -885,6 +885,11 @@ the DHCP ACK or NAK reply sent to the client. DHCP option statements are documented in the .Xr dhcp-options 5 manual page. +.Sh FILES +.Bl -tag -width /etc/examples/dhcpd.conf -compact +.It Pa /etc/examples/dhcpd.conf +Example configuration file. +.El .Sh SEE ALSO .Xr dhcp-options 5 , .Xr dhcpd.leases 5 , diff --git a/usr.sbin/dvmrpd/dvmrpd.conf.5 b/usr.sbin/dvmrpd/dvmrpd.conf.5 index 7f73a0c7200..53bae7cecfd 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.10 2020/02/10 13:18:21 schwarze Exp $ +.\" $OpenBSD: dvmrpd.conf.5,v 1.11 2020/05/16 16:58:11 jmc 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: February 10 2020 $ +.Dd $Mdocdate: May 16 2020 $ .Dt DVMRPD.CONF 5 .Os .Sh NAME @@ -148,9 +148,9 @@ query-interval. .Bl -tag -width /etc/examples/dvmrpd.conf -compact .It Pa /etc/dvmrpd.conf .Xr dvmrpd 8 -configuration file +configuration file. .It Pa /etc/examples/dvmrpd.conf -example configuration file +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 cce8ba01d82..fd51a9845ae 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.9 2020/04/23 21:28:09 jmc Exp $ +.\" $OpenBSD: eigrpd.conf.5,v 1.10 2020/05/16 16:58:11 jmc 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: April 23 2020 $ +.Dd $Mdocdate: May 16 2020 $ .Dt EIGRPD.CONF 5 .Os .Sh NAME @@ -270,9 +270,9 @@ Multiple summary addresses can be configured. .Bl -tag -width /etc/examples/eigrpd.conf -compact .It Pa /etc/eigrpd.conf .Xr eigrpd 8 -configuration file +configuration file. .It Pa /etc/examples/eigrpd.conf -example configuration file +Example configuration file. .El .Sh SEE ALSO .Xr eigrpctl 8 , diff --git a/usr.sbin/httpd/httpd.conf.5 b/usr.sbin/httpd/httpd.conf.5 index 1bbac3f3259..02b4442693b 100644 --- a/usr.sbin/httpd/httpd.conf.5 +++ b/usr.sbin/httpd/httpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: httpd.conf.5,v 1.110 2020/04/23 21:10:53 jmc Exp $ +.\" $OpenBSD: httpd.conf.5,v 1.111 2020/05/16 16:58:11 jmc Exp $ .\" .\" Copyright (c) 2014, 2015 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: April 23 2020 $ +.Dd $Mdocdate: May 16 2020 $ .Dt HTTPD.CONF 5 .Os .Sh NAME @@ -699,6 +699,11 @@ Each line may end with an optional semicolon. Include types definitions from an external file, for example .Pa /usr/share/misc/mime.types . .El +.Sh FILES +.Bl -tag -width /etc/examples/httpd.conf -compact +.It Pa /etc/examples/httpd.conf +Example configuration file. +.El .Sh EXAMPLES Example configuration files for .Nm diff --git a/usr.sbin/ifstated/ifstated.conf.5 b/usr.sbin/ifstated/ifstated.conf.5 index 272f64f2118..f3c1645c0fb 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.15 2020/02/10 13:18:21 schwarze Exp $ +.\" $OpenBSD: ifstated.conf.5,v 1.16 2020/05/16 16:58:11 jmc 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: February 10 2020 $ +.Dd $Mdocdate: May 16 2020 $ .Dt IFSTATED.CONF 5 .Os .Sh NAME @@ -187,9 +187,9 @@ init = "init" action_block .Bl -tag -width /etc/examples/ifstated.conf -compact .It Pa /etc/ifstated.conf .Xr ifstated 8 -configuration file +configuration file. .It Pa /etc/examples/ifstated.conf -example configuration file +Example configuration file. .El .Sh SEE ALSO .Xr carp 4 , diff --git a/usr.sbin/ldpd/ldpd.conf.5 b/usr.sbin/ldpd/ldpd.conf.5 index 18caffe6fc2..feed71a99c2 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.40 2020/02/10 13:18:21 schwarze Exp $ +.\" $OpenBSD: ldpd.conf.5,v 1.41 2020/05/16 16:58:12 jmc 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: February 10 2020 $ +.Dd $Mdocdate: May 16 2020 $ .Dt LDPD.CONF 5 .Os .Sh NAME @@ -391,9 +391,9 @@ The default is .Bl -tag -width /etc/examples/ldpd.conf -compact .It Pa /etc/ldpd.conf .Xr ldpd 8 -configuration file +configuration file. .It Pa /etc/examples/ldpd.conf -example configuration file +Example configuration file. .El .Sh SEE ALSO .Xr ldpctl 8 , diff --git a/usr.sbin/ntpd/ntpd.conf.5 b/usr.sbin/ntpd/ntpd.conf.5 index 2a92c3ba10d..a1f2bb294da 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.45 2020/02/12 14:46:36 schwarze Exp $ +.\" $OpenBSD: ntpd.conf.5,v 1.46 2020/05/16 16:58:12 jmc 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: February 12 2020 $ +.Dd $Mdocdate: May 16 2020 $ .Dt NTPD.CONF 5 .Os .Sh NAME @@ -248,11 +248,11 @@ constraints from "https://www.google.com/" .Sh FILES .Bl -tag -width /etc/examples/ntpd.conf -compact .It Pa /etc/ntpd.conf -default +Default .Xr ntpd 8 -configuration file +configuration file. .It Pa /etc/examples/ntpd.conf -example configuration file +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 4238f1d2eca..695553d3e0c 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.23 2020/04/23 21:10:54 jmc Exp $ +.\" $OpenBSD: ospf6d.conf.5,v 1.24 2020/05/16 16:58:12 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: April 23 2020 $ +.Dd $Mdocdate: May 16 2020 $ .Dt OSPF6D.CONF 5 .Os .Sh NAME @@ -338,9 +338,9 @@ This disables the election of a DR and BDR for the given interface. .Bl -tag -width /etc/examples/ospf6d.conf -compact .It Pa /etc/ospf6d.conf .Xr ospf6d 8 -configuration file +configuration file. .It Pa /etc/examples/ospf6d.conf -example configuration file +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 729dcbeae61..6a39ea34179 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.61 2020/04/23 21:10:54 jmc Exp $ +.\" $OpenBSD: ospfd.conf.5,v 1.62 2020/05/16 16:58:12 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: April 23 2020 $ +.Dd $Mdocdate: May 16 2020 $ .Dt OSPFD.CONF 5 .Os .Sh NAME @@ -429,9 +429,9 @@ This disables the election of a DR and BDR for the given interface. .Bl -tag -width /etc/examples/ospfd.conf -compact .It Pa /etc/ospfd.conf .Xr ospfd 8 -configuration file +configuration file. .It Pa /etc/examples/ospfd.conf -example configuration file +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 f20aefd1254..657ea417eca 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.16 2020/02/10 13:18:21 schwarze Exp $ +.\" $OpenBSD: rad.conf.5,v 1.17 2020/05/16 16:58:12 jmc 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: February 10 2020 $ +.Dd $Mdocdate: May 16 2020 $ .Dt RAD.CONF 5 .Os .Sh NAME @@ -152,9 +152,9 @@ The default is 2592000. .Bl -tag -width /etc/examples/rad.conf -compact .It Pa /etc/rad.conf .Xr rad 8 -configuration file +configuration file. .It Pa /etc/examples/rad.conf -example configuration file +Example configuration file. .El .Sh EXAMPLES With the following example configuration, diff --git a/usr.sbin/rbootd/rbootd.8 b/usr.sbin/rbootd/rbootd.8 index c9e8b7050c5..05aeb83b7b3 100644 --- a/usr.sbin/rbootd/rbootd.8 +++ b/usr.sbin/rbootd/rbootd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rbootd.8,v 1.18 2020/02/10 13:18:21 schwarze Exp $ +.\" $OpenBSD: rbootd.8,v 1.19 2020/05/16 16:58:12 jmc 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: February 10 2020 $ +.Dd $Mdocdate: May 16 2020 $ .Dt RBOOTD 8 .Os .Sh NAME @@ -136,15 +136,15 @@ Turn off debugging, do nothing if already off. .Sh FILES .Bl -tag -width /etc/examples/rbootd.conf -compact .It Pa /dev/bpf -packet-filter device +Packet-filter device. .It Pa /etc/rbootd.conf -configuration file +Configuration file. .It Pa /etc/examples/rbootd.conf -example configuration file +Example configuration file. .It Pa /tmp/rbootd.dbg -debug output +Debug output. .It Pa /usr/mdec/rbootd -directory containing boot files +Directory containing boot files. .El .Sh SEE ALSO .Xr kill 1 , diff --git a/usr.sbin/ripd/ripd.conf.5 b/usr.sbin/ripd/ripd.conf.5 index 9f7221530d5..6df856c94a1 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.19 2020/02/10 13:18:22 schwarze Exp $ +.\" $OpenBSD: ripd.conf.5,v 1.20 2020/05/16 16:58:12 jmc 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: February 10 2020 $ +.Dd $Mdocdate: May 16 2020 $ .Dt RIPD.CONF 5 .Os .Sh NAME @@ -226,9 +226,9 @@ Prevent transmission and reception of RIP packets on this interface. .Bl -tag -width /etc/examples/ripd.conf -compact .It Pa /etc/ripd.conf .Xr ripd 8 -configuration file +configuration file. .It Pa /etc/examples/ripd.conf -example configuration file +Example configuration file. .El .Sh SEE ALSO .Xr rc.conf.local 8 , diff --git a/usr.sbin/ypldap/ypldap.conf.5 b/usr.sbin/ypldap/ypldap.conf.5 index 02ab65ceacb..9b6ec7d036a 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.23 2020/02/10 13:18:22 schwarze Exp $ +.\" $OpenBSD: ypldap.conf.5,v 1.24 2020/05/16 16:58:12 jmc 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: February 10 2020 $ +.Dd $Mdocdate: May 16 2020 $ .Dt YPLDAP.CONF 5 .Os .Sh NAME @@ -167,9 +167,9 @@ Use the supplied LDAP filter to retrieve password entries. .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 +Example configuration file. .El .Sh SEE ALSO .Xr ypbind 8 , |