diff options
| author | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2005-02-18 20:23:58 +0000 |
|---|---|---|
| committer | Jacob Nevins <jacobn@chiark.greenend.org.uk> | 2005-02-18 20:23:58 +0000 |
| commit | a36202a75afaad99e6024b90845c2e34be0ae9f4 (patch) | |
| tree | 76e80c225f7e9dc29029e870cca538b47098a4fc /doc/running.but | |
| parent | 1fa5a06bb8ef61eb1a736641138221b1dc16b49e (diff) | |
| download | halibut-a36202a75afaad99e6024b90845c2e34be0ae9f4.zip halibut-a36202a75afaad99e6024b90845c2e34be0ae9f4.tar.gz halibut-a36202a75afaad99e6024b90845c2e34be0ae9f4.tar.bz2 halibut-a36202a75afaad99e6024b90845c2e34be0ae9f4.tar.xz | |
Update the documentation of the HTML backend to match reality.
[originally from svn r5346]
Diffstat (limited to 'doc/running.but')
| -rw-r--r-- | doc/running.but | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/running.but b/doc/running.but index 458d444..2f5e886 100644 --- a/doc/running.but +++ b/doc/running.but @@ -178,7 +178,7 @@ identically to \c{--text -Ctext-filename:myfile.txt}. The Windows Help and man page formats work similarly. HTML is slightly different, since it also arranges for single-file output if you pass a filename to \c{--html}; so \c{--html=myfile.html} is equivalent to -\c{--html -Cxhtml-single-filename:myfile.html -Cxhtml-leaf-level:0}. +\c{--html -Chtml-single-filename:myfile.html -Chtml-leaf-level:0}. (See \k{output} for explanations of all these configuration directives.) |