From: Mickaël Rémond Date: Mon, 25 Jun 2007 07:41:25 +0000 (+0000) Subject: * doc/guide.text: No need to escape underscore in Latex verbatim sections X-Git-Tag: v2.0.0~360 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8308beb473bd99c41403056bdee1910cc301691;p=ejabberd * doc/guide.text: No need to escape underscore in Latex verbatim sections SVN Revision: 791 --- diff --git a/ChangeLog b/ChangeLog index c702bc98c..1a6b03ec0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-06-25 Mickael Remond + * doc/guide.text: No need to escape underscore in Latex verbatim + sections + * doc/guide.tex: Watchdog alert documentation * src/ejabberd.cfg.example: Likewise diff --git a/doc/guide.tex b/doc/guide.tex index 55d2f6926..41a4e9d07 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -1851,7 +1851,7 @@ Examples: {modules, [ ... - {mod_irc, [{access, all}, {default\_encoding, "iso8859-15"}]}, + {mod_irc, [{access, all}, {default_encoding, "iso8859-15"}]}, ... ]}. \end{verbatim} diff --git a/doc/version.tex b/doc/version.tex index 5883038ef..f51f8de60 100644 --- a/doc/version.tex +++ b/doc/version.tex @@ -1,2 +1,2 @@ % ejabberd version (automatically generated). -\newcommand{\version}{1.1.3} +\newcommand{\version}{1.1.2}