diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-04-14 18:14:41 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-04-14 18:14:41 +0000 |
| commit | d7e234693f1eb9d0aafb251e1e4e7999ec8b3cfa (patch) | |
| tree | d43471f1fc6360cf5d0949f3653484483d78d4f7 /doc/manpage.but | |
| parent | 9b2bfc5e6619e459a1ce195dab703cf787a2b5e7 (diff) | |
| download | halibut-d7e234693f1eb9d0aafb251e1e4e7999ec8b3cfa.zip halibut-d7e234693f1eb9d0aafb251e1e4e7999ec8b3cfa.tar.gz halibut-d7e234693f1eb9d0aafb251e1e4e7999ec8b3cfa.tar.bz2 halibut-d7e234693f1eb9d0aafb251e1e4e7999ec8b3cfa.tar.xz | |
... oh, except that minimal documentation might be helpful.
[originally from svn r4075]
Diffstat (limited to 'doc/manpage.but')
| -rw-r--r-- | doc/manpage.but | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/doc/manpage.but b/doc/manpage.but index 4e0b472..371b15d 100644 --- a/doc/manpage.but +++ b/doc/manpage.but @@ -83,6 +83,30 @@ you specify; the subsidiary files will have suffixes \c{-1}, \c{-2} etc. } +\dt \cw{--ps}[\cw{=}\e{filename}] + +\dd Makes Halibut generate an output file in PostScript format. If +the optional \e{filename} parameter is supplied, the PostScript +output file will be given that name. Otherwise, the name of +the output PostScript file will be as specified in the input files, +or \c{output.ps} if none is specified at all. + +\dt \cw{--pdf}[\cw{=}\e{filename}] + +\dd Makes Halibut generate an output file in PDF format. If +the optional \e{filename} parameter is supplied, the PDF +output file will be given that name. Otherwise, the name of +the output PDF file will be as specified in the input files, +or \c{output.pdf} if none is specified at all. + +\dt \cw{--man}[\cw{=}\e{filename}] + +\dd Makes Halibut generate an output file in Unix \cw{man} page +format. If the optional \e{filename} parameter is supplied, the +output \cw{man} page will be given that name. Otherwise, the name of +the output \cw{man} page will be as specified in the input files, or +\c{output.1} if none is specified at all. + \dt \cw{-C}\e{word}\cw{:}\e{word}[\cw{:}\e{word}...] \dd Adds a configuration directive to the input processed by @@ -123,5 +147,3 @@ This man page isn't terribly complete. The HTML output isn't very good. Unicode handling is atrocious. - -Several more output formats (PostScript, PDF) are missing. |