diff options
author | Todd Lyons <tlyons@exim.org> | 2014-07-29 05:24:50 -0700 |
---|---|---|
committer | Todd Lyons <tlyons@exim.org> | 2014-07-29 05:24:50 -0700 |
commit | 91664d8f02e873e8d39ef46ed0e65ea26cf11232 (patch) | |
tree | 8604ec5a45a416b827080ea9100b571ba73d7505 | |
parent | 397060bdd3aa70eab4a01a10d0abb2481d809e0f (diff) |
Fix doc parse error
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 6a9b43c0e..b6f387a1a 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -10998,7 +10998,7 @@ Exim filter files include an &%if%& command with its own regular expression matching condition. .new -.vitem "&$acl_arg1$&, &$acl_arg2$&, etc$&" +.vitem "&$acl_arg1$&, &$acl_arg2$&, etc" Within an acl condition, expansion condition or expansion item any arguments are copied to these variables, any unused variables being made empty. |