aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/guide.html2
-rw-r--r--doc/guide.tex2
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>&lt;server&gt;</TT>. Example:
<PRE CLASS="verbatim">{acl, exampleorg, {server, "example.org"}}.
</PRE></DD><DT CLASS="dt-description"><B><TT>{user_regexp, &lt;regexp&gt;}</TT></B></DT><DD CLASS="dd-description"> Matches any local user with a name that
-matches <TT>&lt;regexp&gt;</TT> at the first virtual host. Example:
+matches <TT>&lt;regexp&gt;</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, &lt;regexp&gt;, &lt;server&gt;}</TT></B></DT><DD CLASS="dd-description"> Matches any user with a name
that matches <TT>&lt;regexp&gt;</TT> at server <TT>&lt;server&gt;</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}