aboutsummaryrefslogtreecommitdiff
path: root/doc/guide.tex
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2004-12-01 22:48:53 +0000
committerAlexey Shchepin <alexey@process-one.net>2004-12-01 22:48:53 +0000
commitfb977729a94e99b24139a946edd566d80ae37a19 (patch)
tree10a49176d34b123232979a8fe1356e6a950757ea /doc/guide.tex
parent* src/mod_vcard.erl: Added missed index (diff)
* src/expat_erl.c: Now uses port control instead of port output
* src/xml_stream.erl: Likewise * src/stringprep/stringprep.erl: Now register port instead of storing it in ets table * doc/guide.tex: Updated URLs to R10C release SVN Revision: 287
Diffstat (limited to 'doc/guide.tex')
-rw-r--r--doc/guide.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/guide.tex b/doc/guide.tex
index 0dc0f7e34..2ced9bc60 100644
--- a/doc/guide.tex
+++ b/doc/guide.tex
@@ -157,7 +157,7 @@ To compile \ejabberd{} in MS Windows environment, you will need the following
packages:
\begin{itemize}
\item MS Visual C++ 6.0 Compiler
-\item \footahref{http://www.erlang.org/download/otp\_win32\_R9C-0.exe}{Erlang/OTP R9C-0}
+\item \footahref{http://erlang.org/download/otp_win32_R10B-1a.exe}{Erlang/OTP R10B-1a}
\item \footahref{http://prdownloads.sourceforge.net/expat/expat\_win32bin\_1\_95\_7.exe?download}{Expat 1.95.7}
\item
\footahref{http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.9.1.tar.gz}{Iconv 1.9.1}
@@ -406,7 +406,8 @@ The following ACLs pre-defined:
\titem{none} Matches none JIDs.
\end{description}
-An entry allowing or denying different services would look similar to this:
+An entry allowing or denying access to different services would look similar to
+this:
\begin{verbatim}
{access, <accessname>, [{allow, <aclname>},
{deny, <aclname>},
@@ -813,7 +814,7 @@ mnesia:change_table_copy_type(schema, node(), disc_copies).
replicas is down, other replicas will be used.
Also section ``5.3 Table Fragmentation''
- \footahref{http://erlang.org/doc/r9c/lib/mnesia-4.1.4/doc/html/part_frame.html}{here}
+ \footahref{http://www.erlang.se/doc/doc-5.4/lib/mnesia-4.2/doc/html/index.html}{here}
can be useful.
(alt) Same as in previous item, but for other tables.