[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: how to print man page?



Try,

To print the man page for "xterm" you can use:
 man xterm | lp
Be sure to pass any options to the lp command that you usually use.

If you have a specific file that is in man format you could use:
  nroff -man -Tlj xterm.1 | lp
The 'T' option is used to specify a device time.  I used 'lj' for an HP
laserjet.  You could use ps or ascii, depending on the format your printer
likes.

Hope this helps.
 __________________________________________________________________________
| Bryan Swann (swann nosc mil)  803/974-4267   803/974-5080 (Fax)          |
| Eagan McAllister Associates, Inc.                                        |
|                                                                          |
|  "Everything must be working perfectly, cause I don't smell any smoke"   |
 --------------------------------------------------------------------------

On Wed, 3 Dec 1997, Dragonfly Ye wrote:

> I know this is off the topic, but I need to read some
> more man pages before I proceed.
> 
> Is there any way to print the man page?
> Thanks.
> 
> --jd
> 
> 
> -- 
>   PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
>          To unsubscribe: mail redhat-install-list-request redhat com
>                      with "unsubscribe" as the Subject.
> 
> 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]