From e8308beb473bd99c41403056bdee1910cc301691 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Mon, 25 Jun 2007 07:41:25 +0000 Subject: [PATCH] * doc/guide.text: No need to escape underscore in Latex verbatim sections SVN Revision: 791 --- ChangeLog | 3 +++ doc/guide.tex | 2 +- doc/version.tex | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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} -- 2.49.0