Anton Shterenlikht <me...@bristol.ac.uk> wrote:

> BUZI> groff -ms -Tascii try.1 | more
> 
>                          ESC[1mSome titleESC[0m
> 
> How can I get a plain text rendering
> from a troff document with ms macros?

With nroff, use the -c flag:

  nroff -ms -c -Tascii

The groff frontend has a more convoluted syntax for it:

  groff -ms -P -c -Tascii

-- 
Christian "naddy" Weisgerber                          na...@mips.inka.de

_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to