diff options
author | Mickaël Rémond <mickael.remond@process-one.net> | 2007-06-25 07:41:25 +0000 |
---|---|---|
committer | Mickaël Rémond <mickael.remond@process-one.net> | 2007-06-25 07:41:25 +0000 |
commit | e8308beb473bd99c41403056bdee1910cc301691 (patch) | |
tree | 745813d24dd7b1b320712380f0f87cccfce05a1b /doc/guide.tex | |
parent | * doc/guide.tex: Watchdog alert documentation (diff) |
* doc/guide.text: No need to escape underscore in Latex verbatim sections
SVN Revision: 791
Diffstat (limited to 'doc/guide.tex')
-rw-r--r-- | doc/guide.tex | 2 |
1 files changed, 1 insertions, 1 deletions
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} |