diff options
author | Mickaël Rémond <mickael.remond@process-one.net> | 2007-09-03 08:50:49 +0000 |
---|---|---|
committer | Mickaël Rémond <mickael.remond@process-one.net> | 2007-09-03 08:50:49 +0000 |
commit | a9db59bb8891c901bf6b3196c05a6133feda3dbe (patch) | |
tree | 4ec3c09bcd2abda6332149b53a5ceb88a71fe0b3 /doc | |
parent | * src/jlib.erl: Removed http_base_64:decode call (diff) |
* doc/guide.tex: Reverted previous change (bad cut/paste).
SVN Revision: 913
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide.tex | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index ce1c91bf8..d04bc570d 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -961,12 +961,13 @@ The following access rules are pre-defined: \label{configmaxsessions} \ind{options!max\_user\_sessions} -The special access \term{max\_users} specifies the maximum number of sessions (authenticated -connections) per user. If a user tries to open more sessions by using different -resources, the first opened session will be disconnected. The error -\term{session replaced} will be sent to the disconnected session. The value -for this option can be either a number, or \term{infinity}. The default -value is \term{infinity}. +The special access \term{max\_user\_sesssions} specifies the maximum +number of sessions (authenticated connections) per user. If a user +tries to open more sessions by using different resources, the first +opened session will be disconnected. The error \term{session replaced} +will be sent to the disconnected session. The value for this option +can be either a number, or \term{infinity}. The default value is +\term{infinity}. The syntax is: \begin{verbatim} |