diff options
author | Badlop <badlop@process-one.net> | 2011-09-05 19:24:05 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2011-09-05 19:24:05 +0200 |
commit | 76a174a007c7f2e97d4f5f557afddc2fcc88b297 (patch) | |
tree | a4c49e72c7f545321f0e0426ed38c44e06f9c209 | |
parent | Fix dialyzer warnings (diff) |
Fix typo in the Guide about user_regexp
-rw-r--r-- | doc/guide.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index 008363a28..76546c84e 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -1486,10 +1486,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: |