UNROFF(1) | General Commands Manual | UNROFF(1) |
unroff - convert troff documents to plain text
unroff [ -E ] [ -J ] [ -8 ] [ -mxx ] [ file ... ]
unroff processes documents written to be formatted with troff (or nroff, or any of the other *roff variants) and converts them to plain text. This is similar to what deroff does, but the result is sometimes better than deroff output.
Optional flags may be given to modify the operation of unroff, as follows:
line length clipped to nnn chars. A very long line length was requested, so long that it would likely result in output line assembly buffer overflow. The length is clipped to prevent this.
output buffer capacity exceeded. This means some line is so long that it couldn't be collected in the output line assembly buffer. Most likely this signals a bug in tc2text, since the length is supposed to be kept within reasonable bounds (see previous paragraph).
Paul DuBois, dubois@primate.wisc.edu.
unroff doesn't do so well with tables, particularly tables with multiple-line cells. Table centering isn't handled.