|
|
| |
DEROFF(1) |
User Commands |
DEROFF(1) |
deroff - remove nroff/troff, tbl, and eqn constructs
deroff [-mx] [-w] [-xN] [ files
]
Deroff reads each file in sequence and removes all nroff and
troff(1) requests and non-text arguments, backslash constructions, and
constructs of preprocessors such as eqn(1), pic(1), and
tbl(1). Remaining text is written on the standard output. Deroff
follows files included by .so and .nx commands; if a file has already been
included, a .so for that file is ignored and a .nx terminates execution. If no
input file is given, deroff reads from standard input.
The options are
- -w
- Output a word list, one `word' (string of letters, digits, and properly
embedded ampersands and apostrophes, beginning with a letter) per line.
Other characters are skipped. Otherwise, the output follows the original,
with the deletions mentioned above.
- -i
- Ignore .so and .nx equests.
- -ms
- -mm
- Remove titles, attachments, etc., as well as ordinary troff
constructs, from ms(7) or mm(7) documents.
- -ml
- Same as -mm, but remove lists as well.
- -xN
- Set the extension level to N (cf. the Heirloom nroff/troff
User's Manual). deroff also sets the extension level when it
encounters the .do and .xflag commands, so use of this
option will often be unnecessary.
Deroff is not a complete troff interpreter, so it can be confused by
subtle constructs. Most errors result in too much rather than too little
output.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |