From 45687c52dcbc83cbdce9ccf995fc52cfdb802692 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Wed, 16 Apr 2014 00:25:11 +0200 Subject: [PATCH] Fix two small typos in the guide --- doc/guide.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guide.tex b/doc/guide.tex index cae2694d2..f7cd00d2c 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -333,7 +333,7 @@ To compile \ejabberd{} on a `Unix-like' operating system, you need: \makesubsection{download}{Download Source Code} \ind{install!download} -Released versions of \ejabberd{} are available in the ProcessOne \ejabberd{} downloads page: +Released versions of \ejabberd{} are available in the ProcessOne \ejabberd{} downloads page: \ahrefurl{http://www.process-one.net/en/ejabberd/downloads} \ind{Git repository} @@ -1073,7 +1073,7 @@ There are some additional global options that can be specified in the ejabberd c \titem{s2s\_protocol\_options: ProtocolOpts} \ind{options!s2s\_protocol\_options} List of general options relating to SSL/TLS. These map to \verb|OpenSSL's set_options()|. For a full list of options available in ejabberd, \verb|see the source|. - The default enitry is: \verb|"no_sslv2"| + The default entry is: \verb|"no_sslv2"| \titem{outgoing\_s2s\_families: [Family, ...]} \ind{options!outgoing\_s2s\_families} Specify which address families to try, in what order. By default it first tries connecting with IPv4, if that fails it tries using IPv6.