diff options
author | badlop <badlop@ono.com> | 2014-04-15 16:41:48 +0200 |
---|---|---|
committer | badlop <badlop@ono.com> | 2014-04-15 16:41:48 +0200 |
commit | 77d6d36a9d320c9d10a0b43f40fd1fefa2674e8d (patch) | |
tree | 46d2bea72447df66f6f28c280c675ab0ce0fbf91 /doc | |
parent | Merge pull request #168 from weiss/carbons-doc (diff) | |
parent | Remove outdated comment from guide (diff) |
Merge pull request #167 from weiss/fix-modules-doc
Remove outdated comment from guide
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guide.tex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/guide.tex b/doc/guide.tex index f1c85dd43..f840550ec 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -2522,8 +2522,7 @@ modules: mod_echo: {} \end{verbatim} \item In the second example the modules \modecho{}, \modtime{}, and - \modversion{} are loaded without options. Remark that, besides the last entry, - all entries end with a comma: + \modversion{} are loaded without options. \begin{verbatim} modules: mod_echo: {} |