diff options
author | badlop <badlop@ono.com> | 2014-04-12 16:42:05 +0200 |
---|---|---|
committer | badlop <badlop@ono.com> | 2014-04-12 16:42:05 +0200 |
commit | ad680c508e6a41622411c505b985dcc53bed1883 (patch) | |
tree | 63be6deed3e803913a4c2ebe5c817de8dd3832e6 /doc/guide.tex | |
parent | Merge pull request #146 from jamielinux/master (diff) | |
parent | Fix description of access rules syntax (diff) |
Merge pull request #165 from weiss/fix-access-doc
Fix the description of the access rules syntax in the Guide
Diffstat (limited to 'doc/guide.tex')
-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. |