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 /usr.sbin/ifstated | |
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
Diffstat (limited to 'usr.sbin/ifstated')
-rw-r--r-- | usr.sbin/ifstated/ifstated.conf.5 | 6 |
1 files changed, 4 insertions, 2 deletions
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 |