]> granicus.if.org Git - ejabberd/commitdiff
Fix typo in the Guide about user_regexp
authorBadlop <badlop@process-one.net>
Mon, 5 Sep 2011 17:24:05 +0000 (19:24 +0200)
committerBadlop <badlop@process-one.net>
Mon, 5 Sep 2011 17:36:32 +0000 (19:36 +0200)
doc/guide.tex

index f329ac9d92fb683018d95073bd43e7714de7ba77..0c9483c2be659474c4e2787c570b2a73bb0b1c05 100644 (file)
@@ -1562,10 +1562,10 @@ declarations of ACLs in the configuration file have the following syntax:
 {acl, tests, {user_regexp, "^test[0-9]*$"}}.
 \end{verbatim}
 %$
-\titem{\{user\_regexp, UserRegexp, Server\}} Matches any user with a name
+\titem{\{user\_regexp, Regexp, Server\}} Matches any user with a name
   that matches \term{Regexp} at server \term{Server}. Example:
 \begin{verbatim}
-{acl, tests, {user_Userregexp, "^test", "example.org"}}.
+{acl, tests, {user_regexp, "^test", "example.org"}}.
 \end{verbatim}
 \titem{\{server\_regexp, Regexp\}} Matches any JID from the server that
   matches \term{Regexp}. Example: