diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-04-24 14:56:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-04-24 14:56:10 +0000 |
commit | cc52d1097f1e3e8607e326a650a6fe42b51815ea (patch) | |
tree | 95f42c8a68a2f741ed6d86050b944ee026166ed6 | |
parent | 850a8e540919ab6c5bdbf31e197effac64e235bb (diff) |
take a stab at documenting when arguments need quoted, and valid macro
characters;
prompted by a diff from robert peichaer org
thanks gilles and henning for feedback
ok deraadt zinke
-rw-r--r-- | sbin/iked/iked.conf.5 | 11 | ||||
-rw-r--r-- | sbin/ipsecctl/ipsec.conf.5 | 11 | ||||
-rw-r--r-- | share/man/man5/pf.conf.5 | 11 | ||||
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 11 | ||||
-rw-r--r-- | usr.sbin/dvmrpd/dvmrpd.conf.5 | 8 | ||||
-rw-r--r-- | usr.sbin/hostapd/hostapd.conf.5 | 11 | ||||
-rw-r--r-- | usr.sbin/ifstated/ifstated.conf.5 | 6 | ||||
-rw-r--r-- | usr.sbin/ldapd/ldapd.conf.5 | 11 | ||||
-rw-r--r-- | usr.sbin/ldpd/ldpd.conf.5 | 8 | ||||
-rw-r--r-- | usr.sbin/ospf6d/ospf6d.conf.5 | 11 | ||||
-rw-r--r-- | usr.sbin/ospfd/ospfd.conf.5 | 11 | ||||
-rw-r--r-- | usr.sbin/relayd/relayd.conf.5 | 11 | ||||
-rw-r--r-- | usr.sbin/ripd/ripd.conf.5 | 8 | ||||
-rw-r--r-- | usr.sbin/smtpd/smtpd.conf.5 | 10 | ||||
-rw-r--r-- | usr.sbin/snmpd/snmpd.conf.5 | 11 | ||||
-rw-r--r-- | usr.sbin/ypldap/ypldap.conf.5 | 8 |
16 files changed, 96 insertions, 62 deletions
diff --git a/sbin/iked/iked.conf.5 b/sbin/iked/iked.conf.5 index 542ab2a7aee..56b3d50c276 100644 --- a/sbin/iked/iked.conf.5 +++ b/sbin/iked/iked.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iked.conf.5,v 1.16 2012/04/18 13:01:29 jmc Exp $ +.\" $OpenBSD: iked.conf.5,v 1.17 2012/04/24 14:56:09 jmc Exp $ .\" $vantronix: iked.conf.5,v 1.10 2010/06/03 16:13:40 reyk Exp $ .\" .\" Copyright (c) 2010 Reyk Floeter <reyk@vantronix.net> @@ -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 18 2012 $ +.Dd $Mdocdate: April 24 2012 $ .Dt IKED.CONF 5 .Os .Sh NAME @@ -82,6 +82,9 @@ Lines may be split using the .Sq \e character. .Pp +Argument names not beginning with a letter, digit, or underscore +must be quoted. +.Pp Addresses can be specified in CIDR notation (matching netblocks), as symbolic host names, interface names, or interface group names. .Pp @@ -93,8 +96,8 @@ include "/etc/macros.conf" .Ed .Sh MACROS Macros can be defined that will later be expanded in context. -Macro names must start with a letter, and may contain letters, digits -and underscores. +Macro names must start with a letter, digit, or underscore, +and may contain any of those characters. Macro names may not be reserved words (for example .Ic flow , .Ic from , diff --git a/sbin/ipsecctl/ipsec.conf.5 b/sbin/ipsecctl/ipsec.conf.5 index 9b672cb7fc3..b392a22794e 100644 --- a/sbin/ipsecctl/ipsec.conf.5 +++ b/sbin/ipsecctl/ipsec.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.conf.5,v 1.136 2011/11/13 09:52:58 jmc Exp $ +.\" $OpenBSD: ipsec.conf.5,v 1.137 2012/04/24 14:56:09 jmc 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: November 13 2011 $ +.Dd $Mdocdate: April 24 2012 $ .Dt IPSEC.CONF 5 .Os .Sh NAME @@ -114,6 +114,9 @@ Lines may be split using the .Sq \e character. .Pp +Argument names not beginning with a letter, digit, or underscore +must be quoted. +.Pp Addresses can be specified in CIDR notation (matching netblocks), as symbolic host names, interface names, or interface group names. .Pp @@ -135,8 +138,8 @@ ike esp from 192.168.1.2 to 10.0.0.18 peer 192.168.10.1 .Ed .Pp Macros can be defined that will later be expanded in context. -Macro names must start with a letter, and may contain letters, digits -and underscores. +Macro names must start with a letter, digit, or underscore, +and may contain any of those characters. Macro names may not be reserved words (for example .Ic flow , .Ic from , diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 4c754633f7f..ac136e97b46 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.513 2012/01/31 07:46:32 jmc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.514 2012/04/24 14:56:08 jmc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 31 2012 $ +.Dd $Mdocdate: April 24 2012 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -70,6 +70,9 @@ and extend to the end of the current line. Care should be taken when commenting out multi-line text: the comment is effective until the end of the entire block. .Pp +Argument names not beginning with a letter, digit, or underscore +must be quoted. +.Pp Additional configuration files can be included with the .Ic include keyword, for example: @@ -78,8 +81,8 @@ include "/etc/pf/sub.filter.conf" .Ed .Pp Macros can be defined that will later be expanded in context. -Macro names must start with a letter, and may contain letters, digits -and underscores. +Macro names must start with a letter, digit, or underscore, +and may contain any of those characters. Macro names may not be reserved words (for example .Ar pass , .Ar in , diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index a28515c04fa..d380e8e20a4 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.117 2012/04/07 17:25:51 claudio Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.118 2012/04/24 14:56:09 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 7 2012 $ +.Dd $Mdocdate: April 24 2012 $ .Dt BGPD.CONF 5 .Os .Sh NAME @@ -64,6 +64,9 @@ and extend to the end of the current line. Care should be taken when commenting out multi-line text: the comment is effective until the end of the entire block. .Pp +Argument names not beginning with a letter, digit, or underscore +must be quoted. +.Pp Additional configuration files can be included with the .Ic include keyword, for example: @@ -72,8 +75,8 @@ include "/etc/bgpd/bgpd-10.0.0.1.filter" .Ed .Sh MACROS Macros can be defined that will later be expanded in context. -Macro names must start with a letter, and may contain letters, digits -and underscores. +Macro names must start with a letter, digit, or underscore, +and may contain any of those characters. Macro names may not be reserved words (for example, .Ic AS , .Ic neighbor , diff --git a/usr.sbin/dvmrpd/dvmrpd.conf.5 b/usr.sbin/dvmrpd/dvmrpd.conf.5 index df35f2b4ddd..d51ccd09d55 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.7 2011/04/30 07:52:33 sthen Exp $ +.\" $OpenBSD: dvmrpd.conf.5,v 1.8 2012/04/24 14:56:09 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: April 30 2011 $ +.Dd $Mdocdate: April 24 2012 $ .Dt DVMRPD.CONF 5 .Os .Sh NAME @@ -45,8 +45,8 @@ Groups are used to group similar interfaces, simplifying configuration. .El .Sh MACROS Macros can be defined that will later be expanded in context. -Macro names must start with a letter, and may contain letters, digits, -and underscores. +Macro names must start with a letter, digit, or underscore, +and may contain any of those characters. Macro names may not be reserved words (for example, .Ic area , .Ic interface , diff --git a/usr.sbin/hostapd/hostapd.conf.5 b/usr.sbin/hostapd/hostapd.conf.5 index a104b577730..185cf7af61c 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.38 2011/06/23 20:35:22 sthen Exp $ +.\" $OpenBSD: hostapd.conf.5,v 1.39 2012/04/24 14:56:09 jmc 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 23 2011 $ +.Dd $Mdocdate: April 24 2012 $ .Dt HOSTAPD.CONF 5 .Os .Sh NAME @@ -55,6 +55,9 @@ and extend to the end of the current line. Care should be taken when commenting out multi-line text: the comment is effective until the end of the entire block. .Pp +Argument names not beginning with a letter, digit, or underscore +must be quoted. +.Pp Additional configuration files can be included with the .Ic include keyword, for example: @@ -63,8 +66,8 @@ include "/etc/hostapd.conf.local" .Ed .Sh MACROS Macros can be defined that will later be expanded in context. -Macro names must start with a letter, and may contain letters, digits -and underscores. +Macro names must start with a letter, digit, or underscore, +and may contain any of those characters. Macro names may not be reserved words (for example, .Ic set , .Ic interface , diff --git a/usr.sbin/ifstated/ifstated.conf.5 b/usr.sbin/ifstated/ifstated.conf.5 index a2b46e50fbc..2721871926c 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.8 2007/10/25 12:51:54 jmc Exp $ +.\" $OpenBSD: ifstated.conf.5,v 1.9 2012/04/24 14:56:09 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: October 25 2007 $ +.Dd $Mdocdate: April 24 2012 $ .Dt IFSTATED.CONF 5 .Os .Sh NAME @@ -53,6 +53,8 @@ instead of using the first state defined. .El .Sh MACROS Macros can be defined that will later be expanded in context. +Macro names must start with a letter, digit, or underscore, +and may contain any of those characters. Macro names may not be reserved words like, for example .Ar state or diff --git a/usr.sbin/ldapd/ldapd.conf.5 b/usr.sbin/ldapd/ldapd.conf.5 index e39fefefcd8..5112336626b 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.14 2011/06/23 20:35:22 sthen Exp $ +.\" $OpenBSD: ldapd.conf.5,v 1.15 2012/04/24 14:56:09 jmc 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: June 23 2011 $ +.Dd $Mdocdate: April 24 2012 $ .Dt LDAPD.CONF 5 .Os .Sh NAME @@ -36,12 +36,15 @@ and extend to the end of the current line. Care should be taken when commenting out multi-line text: the comment is effective until the end of the entire block. .Pp +.Pp +Argument names not beginning with a letter, digit, or underscore +must be quoted. Arguments containing whitespace should be surrounded by double quotes .Pq \&" . .Pp Macros can be defined that will later be expanded in context. -Macro names must start with a letter, and may contain letters, digits -and underscores. +Macro names must start with a letter, digit, or underscore, +and may contain any of those characters. Macro names may not be reserved words (for example .Ar listen , .Ar namespace , diff --git a/usr.sbin/ldpd/ldpd.conf.5 b/usr.sbin/ldpd/ldpd.conf.5 index d5866a2eac9..e8a0338fb39 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.6 2011/04/30 07:52:33 sthen Exp $ +.\" $OpenBSD: ldpd.conf.5,v 1.7 2012/04/24 14:56:09 jmc Exp $ .\" .\" Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> .\" 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: April 30 2011 $ +.Dd $Mdocdate: April 24 2012 $ .Dt LDPD.CONF 5 .Os .Sh NAME @@ -48,8 +48,8 @@ Much like or .Xr m4 1 , macros can be defined that will later be expanded in context. -Macro names must start with a letter, and may contain letters, digits, -and underscores. +Macro names must start with a letter, digit, or underscore, +and may contain any of those characters. Macro names may not be reserved words (for example, .Ic cost ) . Macros are not expanded inside quotes. diff --git a/usr.sbin/ospf6d/ospf6d.conf.5 b/usr.sbin/ospf6d/ospf6d.conf.5 index d2843fc2922..550847b5b30 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.9 2011/06/28 08:09:25 sthen Exp $ +.\" $OpenBSD: ospf6d.conf.5,v 1.10 2012/04/24 14:56:09 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: June 28 2011 $ +.Dd $Mdocdate: April 24 2012 $ .Dt OSPF6D.CONF 5 .Os .Sh NAME @@ -45,6 +45,9 @@ An OSPF router must be a member of at least one area. Areas are used to group interfaces, simplifying configuration. .El .Pp +Argument names not beginning with a letter, digit, or underscore +must be quoted. +.Pp Additional configuration files can be included with the .Ic include keyword, for example: @@ -53,8 +56,8 @@ include "/etc/ospf6d.sub.conf" .Ed .Sh MACROS Macros can be defined that will later be expanded in context. -Macro names must start with a letter, and may contain letters, digits, -and underscores. +Macro names must start with a letter, digit, or underscore, +and may contain any of those characters. Macro names may not be reserved words (for example, .Ic area , .Ic interface , diff --git a/usr.sbin/ospfd/ospfd.conf.5 b/usr.sbin/ospfd/ospfd.conf.5 index 3e48681660e..5fe73f39272 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.45 2011/04/30 07:52:33 sthen Exp $ +.\" $OpenBSD: ospfd.conf.5,v 1.46 2012/04/24 14:56:09 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 30 2011 $ +.Dd $Mdocdate: April 24 2012 $ .Dt OSPFD.CONF 5 .Os .Sh NAME @@ -45,6 +45,9 @@ An OSPF router must be a member of at least one area. Areas are used to group interfaces, simplifying configuration. .El .Pp +Argument names not beginning with a letter, digit, or underscore +must be quoted. +.Pp Additional configuration files can be included with the .Ic include keyword, for example: @@ -53,8 +56,8 @@ include "/etc/ospfd.sub.conf" .Ed .Sh MACROS Macros can be defined that will later be expanded in context. -Macro names must start with a letter, and may contain letters, digits, -and underscores. +Macro names must start with a letter, digit, or underscore, +and may contain any of those characters. Macro names may not be reserved words (for example, .Ic area , .Ic interface , diff --git a/usr.sbin/relayd/relayd.conf.5 b/usr.sbin/relayd/relayd.conf.5 index 6067acb62bf..3cca3ff5635 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.126 2012/03/24 14:48:18 sthen Exp $ +.\" $OpenBSD: relayd.conf.5,v 1.127 2012/04/24 14:56:09 jmc Exp $ .\" .\" Copyright (c) 2006, 2007 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: March 24 2012 $ +.Dd $Mdocdate: April 24 2012 $ .Dt RELAYD.CONF 5 .Os .Sh NAME @@ -86,6 +86,9 @@ and extend to the end of the current line. Care should be taken when commenting out multi-line text: the comment is effective until the end of the entire block. .Pp +Argument names not beginning with a letter, digit, or underscore +must be quoted. +.Pp Additional configuration files can be included with the .Ic include keyword, for example: @@ -94,8 +97,8 @@ include "/etc/relayd.conf.local" .Ed .Sh MACROS Macros can be defined that will later be expanded in context. -Macro names must start with a letter, and may contain letters, digits, -and underscores. +Macro names must start with a letter, digit, or underscore, +and may contain any of those characters. Macro names may not be reserved words (for example, .Ic table , .Ic relay , diff --git a/usr.sbin/ripd/ripd.conf.5 b/usr.sbin/ripd/ripd.conf.5 index e584704e752..7d3d3b1078f 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.13 2011/04/30 07:52:33 sthen Exp $ +.\" $OpenBSD: ripd.conf.5,v 1.14 2012/04/24 14:56:09 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: April 30 2011 $ +.Dd $Mdocdate: April 24 2012 $ .Dt RIPD.CONF 5 .Os .Sh NAME @@ -49,8 +49,8 @@ Much like or .Xr m4 1 , macros can be defined that will later be expanded in context. -Macro names must start with a letter, and may contain letters, digits, -and underscores. +Macro names must start with a letter, digit, or underscore, +and may contain any of those characters. Macro names may not be reserved words (for example, .Ic cost ) . Macros are not expanded inside quotes. diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5 index c11afdc3c18..a225192481a 100644 --- a/usr.sbin/smtpd/smtpd.conf.5 +++ b/usr.sbin/smtpd/smtpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: smtpd.conf.5,v 1.48 2012/04/13 07:03:02 jmc Exp $ +.\" $OpenBSD: smtpd.conf.5,v 1.49 2012/04/24 14:56:09 jmc Exp $ .\" .\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org> .\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net> @@ -16,7 +16,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" -.Dd $Mdocdate: April 13 2012 $ +.Dd $Mdocdate: April 24 2012 $ .Dt SMTPD.CONF 5 .Os .Sh NAME @@ -35,12 +35,14 @@ and extend to the end of the current line. Care should be taken when commenting out multi-line text: the comment is effective until the end of the entire block. .Pp +Argument names not beginning with a letter, digit, or underscore +must be quoted. Arguments containing whitespace should be surrounded by double quotes .Pq \&" . .Pp Macros can be defined that will later be expanded in context. -Macro names must start with a letter, and may contain letters, digits -and underscores. +Macro names must start with a letter, digit, or underscore, +and may contain any of those characters. Macro names may not be reserved words (for example .Ar listen , .Ar accept , diff --git a/usr.sbin/snmpd/snmpd.conf.5 b/usr.sbin/snmpd/snmpd.conf.5 index 47e53b21bc1..ff8093240f2 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.16 2011/06/23 20:35:22 sthen Exp $ +.\" $OpenBSD: snmpd.conf.5,v 1.17 2012/04/24 14:56:09 jmc Exp $ .\" .\" Copyright (c) 2007, 2008 Reyk Floeter <reyk@vantronix.net> .\" @@ -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 23 2011 $ +.Dd $Mdocdate: April 24 2012 $ .Dt SNMPD.CONF 5 .Os .Sh NAME @@ -48,6 +48,9 @@ and extend to the end of the current line. Care should be taken when commenting out multi-line text: the comment is effective until the end of the entire block. .Pp +Argument names not beginning with a letter, digit, or underscore +must be quoted. +.Pp Additional configuration files can be included with the .Ic include keyword, for example: @@ -56,8 +59,8 @@ include "/etc/snmpd.conf.local" .Ed .Sh MACROS Macros can be defined that will later be expanded in context. -Macro names must start with a letter, and may contain letters, digits -and underscores. +Macro names must start with a letter, digit, or underscore, +and may contain any of those characters. Macro names may not be reserved words (for example, .Ic community , .Ic system , diff --git a/usr.sbin/ypldap/ypldap.conf.5 b/usr.sbin/ypldap/ypldap.conf.5 index fa1a0f938cf..9dff42f4cf6 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.17 2011/07/07 02:22:11 ajacoutot Exp $ +.\" $OpenBSD: ypldap.conf.5,v 1.18 2012/04/24 14:56:09 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: July 7 2011 $ +.Dd $Mdocdate: April 24 2012 $ .Dt YPLDAP.CONF 5 .Os .Sh NAME @@ -44,8 +44,8 @@ Much like or .Xr m4 1 , macros can be defined that will later be expanded in context. -Macro names must start with a letter, and may contain letters, digits, -and underscores. +Macro names must start with a letter, digit, or underscore, +and may contain any of those characters. Macro names may not be reserved words (for example, .Ic domain ) . Macros are not expanded inside quotes. |