*BSD News Article 80519


Return to BSD News archive

Newsgroups: comp.unix.bsd.freebsd.misc
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.Hawaii.Edu!news.uoregon.edu!arclight.uoregon.edu!feed1.news.erols.com!howland.erols.net!netcom.com!kientzle
From: kientzle@netcom.com
Subject: Re: How to format man pages to lpr --- reasonably?
Message-ID: <kientzleDz4LIF.4xI@netcom.com>
Organization: NETCOM On-line Communication Services (408 261-4700 guest)
References: <53m1qp$3vq@taco.cc.ncsu.edu>
Date: Fri, 11 Oct 1996 19:15:50 GMT
Lines: 18
Sender: kientzle@netcom17.netcom.com


This worked for me:

        zcat .../man.1.gz | groff -man -Tps | lpr

Alternatively, you could save a lot of paper, and buy the 4.4BSD books
from O'Reilly, which already have most of the BSD man pages in them.
That way, you only need print out the FreeBSD-specific pages as you
need them.
                                - Tim Kientzle


In article <53m1qp$3vq@taco.cc.ncsu.edu>,
Bob Keys <rdkeys@unity.ncsu.edu> wrote:
>I would like to print out manual pages on a postscript printer.  What is
>the best way to do that using man or groff?  I was trying:
>
>  zcat /usr/man/man1/man.1.gz | groff -man | lpr