diff --git a/ChangeLog b/ChangeLog index 9e1949008..fe4695784 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-08-28 Alexey Shchepin + + * doc/guide.tex: Fix (thanks to Sander Devrieze) + 2004-08-27 Alexey Shchepin * src/xml_stream.erl: Few optimizations diff --git a/doc/guide.html b/doc/guide.html index ad110bb15..7cfa86468 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -639,7 +639,8 @@ To perform online reconfiguration of ejabberd you need to enable ejabberd_http listener with option web_admin (see section 3.1.5). After that you can open URL http://server:port/admin/ with you favorite web-browser and enter -username and password of ejabberd administrator. E. g. with such config: +username and password of an ejabberd user with administrator rights. E. g. +with such config:
   ...
   {host, "example.org"}.
diff --git a/doc/guide.tex b/doc/guide.tex
index 0558de949..d8c758572 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -641,7 +641,8 @@ To perform online reconfiguration of \ejabberd{} you need to enable
 \term{ejabberd\_http} listener with option \term{web\_admin} (see
 section~\ref{sec:configlistened}).  After that you can open URL
 \verb|http://server:port/admin/| with you favorite web-browser and enter
-username and password of \ejabberd{} administrator.  E.\,g. with such config:
+username and password of an \ejabberd{} user with administrator rights.  E.\,g.
+with such config:
 \begin{verbatim}
   ...
   {host, "example.org"}.