diff --git a/doc/guide.html b/doc/guide.html index 0261bd042..d49cfc519 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -849,12 +849,13 @@ returned.

Example:

Limiting Opened Sessions with ACL

-

The special access 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 -session replaced will be sent to the disconnected session. The value -for this option can be either a number, or infinity. The default -value is infinity.

The syntax is: +

The special access 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 session replaced +will be sent to the disconnected session. The value for this option +can be either a number, or infinity. The default value is +infinity.

The syntax is:

  {access, max_user_sessions, [{<maxnumber>, <aclname>},
                                ...
                               ]}.