diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide.html | 2 | ||||
-rw-r--r-- | doc/guide.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide.html b/doc/guide.html index 06b0d23e3..6a4b80a1c 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -822,7 +822,7 @@ declarations of ACLs in the configuration file have the following syntax: <TT><server></TT>. Example: <PRE CLASS="verbatim">{acl, exampleorg, {server, "example.org"}}. </PRE></DD><DT CLASS="dt-description"><B><TT>{user_regexp, <regexp>}</TT></B></DT><DD CLASS="dd-description"> Matches any local user with a name that -matches <TT><regexp></TT> at the first virtual host. Example: +matches <TT><regexp></TT> on local virtual hosts. Example: <PRE CLASS="verbatim">{acl, tests, {user_regexp, "^test[0-9]*$"}}. </PRE></DD><DT CLASS="dt-description"><B><TT>{user_regexp, <regexp>, <server>}</TT></B></DT><DD CLASS="dd-description"> Matches any user with a name that matches <TT><regexp></TT> at server <TT><server></TT>. Example: diff --git a/doc/guide.tex b/doc/guide.tex index b50d8d19e..704390ba1 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -910,7 +910,7 @@ declarations of ACLs in the configuration file have the following syntax: {acl, exampleorg, {server, "example.org"}}. \end{verbatim} \titem{\{user\_regexp, <regexp>\}} Matches any local user with a name that - matches \term{<regexp>} at the first virtual host. Example: + matches \term{<regexp>} on local virtual hosts. Example: \begin{verbatim} {acl, tests, {user_regexp, "^test[0-9]*$"}}. \end{verbatim} |