From be43aa85f4d98c0320d3496625509755e5194fc9 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Fri, 11 Apr 2014 14:00:10 +0200 Subject: [PATCH] Fix description of access rules syntax --- doc/guide.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.