aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2004-08-27 21:02:59 +0000
committerAlexey Shchepin <alexey@process-one.net>2004-08-27 21:02:59 +0000
commit210a9a689b0435f70e5d58b40dc9c97250f2bfcf (patch)
tree3a7d761e390ca9aaf8aec574371252dfe61d52b7
parent* src/xml_stream.erl: Few optimizations (diff)
* doc/guide.tex: Fix (thanks to Sander Devrieze)
SVN Revision: 263
-rw-r--r--ChangeLog4
-rw-r--r--doc/guide.html3
-rw-r--r--doc/guide.tex3
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e1949008..fe4695784 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-08-28 Alexey Shchepin <alexey@sevcom.net>
+
+ * doc/guide.tex: Fix (thanks to Sander Devrieze)
+
2004-08-27 Alexey Shchepin <alexey@sevcom.net>
* 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 <TT>ejabberd</TT> you need to enable
<TT>ejabberd_http</TT> listener with option <TT>web_admin</TT> (see
section&nbsp;<A HREF="#sec:configlistened">3.1.5</A>). After that you can open URL
<CODE>http://server:port/admin/</CODE> with you favorite web-browser and enter
-username and password of <TT>ejabberd</TT> administrator. E.&nbsp;g. with such config:
+username and password of an <TT>ejabberd</TT> user with administrator rights. E.&nbsp;g.
+with such config:
<PRE>
...
{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"}.