diff options
author | Alexey Shchepin <alexey@process-one.net> | 2007-08-09 08:03:00 +0000 |
---|---|---|
committer | Alexey Shchepin <alexey@process-one.net> | 2007-08-09 08:03:00 +0000 |
commit | b1b348e184c48ea188c2592dad535dad1b793831 (patch) | |
tree | b023befb1e8e93cc6dd6e6f49ff010b2065d646f | |
parent | * src/mod_offline.erl: Typo. (diff) |
* doc/guide.tex: Minor update (thanks to Sergei Golovan)
SVN Revision: 862
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | doc/guide.tex | 5 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2007-08-09 Alexey Shchepin <alexey@sevcom.net> + + * doc/guide.tex: Minor update (thanks to Sergei Golovan) + 2007-08-08 Mickael Remond <mickael.remond@process-one.net> * src/mod_offline.erl: Only count messages if a quota has been diff --git a/doc/guide.tex b/doc/guide.tex index ed608075b..3903a16eb 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -422,8 +422,9 @@ the configuration file: override_local. override_acls. \end{verbatim} -With these lines the old global options, local options and ACLs will be removed -before new ones are added. +With these lines the old global options (shared between all ejabberd nodes in a +cluster), local options (which are specific for this particular ejabberd node) +and ACLs will be removed before new ones are added. \subsection{Host Names} \label{hostnames} |