How can I print man pages?

How can I print man pages?


Author: Aaron Turner
Email: aturner@pobox.com
Web Page: http://www.pobox.com/~aturner/

System Architecture: All/General
RedHat Release: All/General
FAQ Category: Documentation
Modification Date: Sep 26, 1998

Question:

How can I print man pages?

Answer:

If you have access to Emacs or XEmacs, you can print man pages very nicely on 
your printer with the following menu selections:

Emacs:
Help | Man

Tools | Postscript Print Buffer

XEmacs:
Help | Manuals | Unix Manual

File | Pretty Print Buffer Man 

If you don't have access to Emacs or XEmacs, you can also print man pages via
the command line:

man -t  | lpr -P

All of the above assume you have a postscript or ghostscript enabled printer.
If you don't, you'll probably have to use:

man  | lpr -P

References:

None specified.