How to print man pages nicely?

rich at boreas.whoi.edu rich at boreas.whoi.edu
Fri Feb 22 08:02:30 AEST 1991


In article <1991Feb21.165558.20454 at ssd.kodak.com> weimer at ssd.kodak.com writes:
>
>In article <1991Feb21.155747.12018 at javelin.es.com>,
>pashdown at javelin.es.com (Pete Ashdown) writes:
>|> 
>|> I'm a bit baffled at how to get 'man' pages to typeset nicely on a
>postscript
>|> printer.  I've tried dinking around with troff and nroff and had very little
>|> success.  Any advice?
>
>I just use:
>
>man <topic> | lpr
>
>Assuming your printer can handle the highlight control characters.
>
>weimer at ssd.kodak.com ( Gary Weimer )


Surely this just prints the nroff-ed man pages....what you want to do is

1) find the path to your particular topic, usually something like

     /user/man/man<sec>/<topic>.<sec>
     
     
    for topic(sec) (i.e. read(1) ). grep can be useful here.
    
2) %troff -man -t  /user/man/man<sec>/<topic>.<sec>  > outfile
   %lpr -t outfile
   
   or
   
   %troff -man -t  /user/man/man<sec>/<topic>.<sec>  | lpr -t
   
   
   
   
   
--
Rich Pawlowicz ----------------- INTERNET: rich at boreas.whoi.edu
Woods Hole Oceanographic Institution
"Home of the 59-cent squid burger (cheese extra)"
--------------------------------------------------------------



More information about the Comp.unix.questions mailing list