diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-04-11 14:00:10 +0200 |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2014-04-11 14:00:10 +0200 |
commit | be43aa85f4d98c0320d3496625509755e5194fc9 (patch) | |
tree | 5a231c181e0eb2c19a6f5a76db062f00db13cf26 /doc/guide.tex | |
parent | Pretty print accepted transport address (diff) |
Fix description of access rules syntax
Diffstat (limited to '')
-rw-r--r-- | doc/guide.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index dd4255725..8a270d606 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -1784,7 +1784,7 @@ The syntax is: When a JID is checked to have access to \term{Accessname}, the server sequentially checks if that JID matches any of the ACLs that are named in the -second elements of the tuples in the list. If it matches, the first element of +first elements of the tuples in the list. If it matches, the second element of the first matched tuple is returned, otherwise the value `\term{deny}' is returned. |