From: James Michael Chacon (probreak@matt.ksu.ksu.edu)
Date: 05/28/93


From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
Subject: Re: How to print man pages ?
Date: 28 May 1993 03:08:21 -0500

cgp@aeg.dsto.gov.au (Chris Perrott) writes:

>fn0601@cd4680fs.rrze.uni-erlangen.de (Kurs-01) writes:

>>Does anybody know how to print a manualpage on a standard
>>printer?

>Well, under other u*ix which are thoroughly documented and user-friendly,
>I always do:
>man thingy
>v
>:%s/^/ /
>:w !lpr
>:q
>q

How about just

man blah | lpr

Works fine everywhere I've ever been on.

James