X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/5ff1157fcf3ff4fc36dfb19b6463d7d5e2d15a2a..0287083aa74241e08a9557a9a0482d6cc5a55bba:/doc/manpage.but diff --git a/doc/manpage.but b/doc/manpage.but index b0a8fa9..371b15d 100644 --- a/doc/manpage.but +++ b/doc/manpage.but @@ -67,6 +67,46 @@ 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{--info}[\cw{=}\e{filename}] + +\dd Makes Halibut generate an \c{info} file. If the optional +\e{filename} parameter is supplied, the output \c{info} file will be +given that name. Otherwise, the name of the output \c{info} file +will be as specified in the input files, or \c{output.info} if none +is specified at all. + +\lcont{ +By default, unless configured otherwise using the +\cw{\\cfg\{info-max-file-size\}\{0\}} directive, the \c{info} output +will be split into multiple files. The main file will have the name +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 @@ -107,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, \cw{info}) are missing.