From 7214549508902b5cd4c2e89c608ee09678cbc24b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Wed, 27 Sep 2006 13:09:50 +0000 Subject: [PATCH] * doc/guide.tex: Fixed Latexish typos. SVN Revision: 646 --- ChangeLog | 4 ++++ doc/guide.html | 10 +++++----- doc/guide.tex | 8 ++++---- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index c6e3e2c32..16760fdcf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-09-27 Mickael Remond + + * doc/guide.tex: Fixed Latexish typos. + 2006-09-26 Mickael Remond * doc/release_notes_1.1.2.txt: Draft release notes. diff --git a/doc/guide.html b/doc/guide.html index 596a5ec91..489f76c02 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -321,7 +321,7 @@ To compile ejabberd on a Windows flavour, you need:
  • MS Visual C++ 6.0 Compiler
  • Erlang/OTP R9C-2 or higher -
  • Expat 1.95.7 or higher +
  • Expat 1.95.7 or higher
  • GNU Iconv 1.9.1 (optional)
  • Shining Light OpenSSL @@ -627,7 +627,7 @@ If HTTP Polling is enabled, it will be available at
    {max_stanza_size, Size}
    This option specifies an approximate maximum size in bytes of XML stanzas. Approximate, because it is calculated with the precision of one block of - readed data. For example {max\_stanza\_size, 65536}. The default + readed data. For example {max_stanza_size, 65536}. The default value is infinity.
    {shaper, <access rule>}
    This option defines a shaper for the port (see section 3.6). The default value @@ -997,14 +997,14 @@ Examples: To limit the number of sessions per user to 10 on all virtual hosts:
    -  {max\_user\_sessions, 10}.
    +  {max_user_sessions, 10}.
     
  • This option can be defined per virtual host (see section 3.2). In next example the number of sessions per user on the first host is six, while there is no limit on the second host:
    -  {host_config, "example.net", [{max\_user\_sessions, 6}]}.
    -  {host_config, "example.com", [{max\_user\_sessions, infinity}]}.
    +  {host_config, "example.net", [{max_user_sessions, 6}]}.
    +  {host_config, "example.com", [{max_user_sessions, infinity}]}.
     
diff --git a/doc/guide.tex b/doc/guide.tex index 468f7143d..d7262c218 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -467,7 +467,7 @@ The following options are available: \titem{\{max\_stanza\_size, Size\}} \ind{options!max\_stanza\_size}This option specifies an approximate maximum size in bytes of XML stanzas. Approximate, because it is calculated with the precision of one block of - readed data. For example \verb|{max\_stanza\_size, 65536}|. The default + readed data. For example \verb|{max_stanza_size, 65536}|. The default value is \term{infinity}. \titem{\{shaper, \}} \ind{options!shaper}This option defines a shaper for the port (see section~\ref{sec:shapers}). The default value @@ -866,15 +866,15 @@ Examples: \item To limit the number of sessions per user to 10 on all virtual hosts: \begin{verbatim} - {max\_user\_sessions, 10}. + {max_user_sessions, 10}. \end{verbatim} \item This option can be defined per virtual host (see section~\ref{sec:virtualhost}). In next example the number of sessions per user on the first host is six, while there is no limit on the second host: \begin{verbatim} - {host_config, "example.net", [{max\_user\_sessions, 6}]}. - {host_config, "example.com", [{max\_user\_sessions, infinity}]}. + {host_config, "example.net", [{max_user_sessions, 6}]}. + {host_config, "example.com", [{max_user_sessions, infinity}]}. \end{verbatim} \end{itemize}