diff options
| author | Simon Tatham <anakin@pobox.com> | 2004-04-10 13:14:56 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2004-04-10 13:14:56 +0000 |
| commit | 522c948889f481eec9620b84b91b66639634b9b1 (patch) | |
| tree | b73f33ab38190162c413b187873932bc2c6b744b | |
| parent | 2847942a27c5e6c297f59f82b47b69e4abb3dc33 (diff) | |
| download | halibut-522c948889f481eec9620b84b91b66639634b9b1.zip halibut-522c948889f481eec9620b84b91b66639634b9b1.tar.gz halibut-522c948889f481eec9620b84b91b66639634b9b1.tar.bz2 halibut-522c948889f481eec9620b84b91b66639634b9b1.tar.xz | |
Forgot to mention the info backend in the man page.
[originally from svn r4054]
| -rw-r--r-- | doc/manpage.but | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/manpage.but b/doc/manpage.but index b0a8fa9..d89d94d 100644 --- a/doc/manpage.but +++ b/doc/manpage.but @@ -67,6 +67,22 @@ 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{-C}\e{word}\cw{:}\e{word}[\cw{:}\e{word}...] \dd Adds a configuration directive to the input processed by |