sgml2txt(1) - Linux man page
Name
sgml2txt - create plain text output from a LinuxDoc DTD SGML source fileSynopsis
sgml2txt [generic-option...] [--manpage] [--filter] [--blanks=n] file[.sgml]Description
The attribute/value pair "output=txt" is set for conditionals.
Options
sgml2txt accepts all the generic options described in linuxdoc(1), and the following specific options:- --manpage, -m
- Outputs a groff source file, suitable for formatting with groff -man for man pages
- --filter, -f
- Remove backspace-overstrikes from the intermediate form generated by groff(1).
- --pass, -P
- The argument of the pass option is added to the command-line options handed to groff(1).
- --blanks=n, -b
- Set the limit of continuous blank lines for generating the output document. The default limit is 3. if 0 (zero) is specified, the result have many continuous blank lines.
- file
- The SGML source file, named either file or file.sgml