]> granicus.if.org Git - ejabberd/commitdiff
* doc/guide.text: No need to escape underscore in Latex verbatim sections
authorMickaël Rémond <mickael.remond@process-one.net>
Mon, 25 Jun 2007 07:41:25 +0000 (07:41 +0000)
committerMickaël Rémond <mickael.remond@process-one.net>
Mon, 25 Jun 2007 07:41:25 +0000 (07:41 +0000)
SVN Revision: 791

ChangeLog
doc/guide.tex
doc/version.tex

index c702bc98ca722f8eff69b029a291ff7cfb5c47c6..1a6b03ec0e5c65e82d75be2dc89ac992437b7b5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2007-06-25  Mickael Remond  <mickael.remond@process-one.net>
 
+       * doc/guide.text: No need to escape underscore in Latex verbatim
+       sections
+
        * doc/guide.tex: Watchdog alert documentation
        * src/ejabberd.cfg.example: Likewise
 
index 55d2f69260f484b1e73fb6c1373584fcc01ad8ea..41a4e9d077dc9f73c90a00940790fb730413e26f 100644 (file)
@@ -1851,7 +1851,7 @@ Examples:
   {modules,
    [
     ...
-    {mod_irc, [{access, all}, {default\_encoding, "iso8859-15"}]},
+    {mod_irc, [{access, all}, {default_encoding, "iso8859-15"}]},
     ...
    ]}.
 \end{verbatim}
index 5883038ef9748c9812a8c72cd3d3f1bf40706bdf..f51f8de6056a209efe7513ccda353a3ec748f09b 100644 (file)
@@ -1,2 +1,2 @@
 % ejabberd version (automatically generated).
-\newcommand{\version}{1.1.3}
+\newcommand{\version}{1.1.2}