System Architecture: All/General
RedHat Release: All/General
FAQ Category: Documentation
Modification Date: Sep 26, 1998
How can I print man pages?
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 | ManTools | 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
None specified.