Date: Mon, 14 Apr 1997 18:45:58 +0300 (IDT) From: Nadav Eiron <nadav@barcode.co.il> To: "Jay D. Nelson" <jdn@qiv.com> Cc: "Pariy, Semion" <Pariy@ibs.msk.su>, questions@freebsd.org Subject: Re: how can i print man-files? Message-ID: <Pine.BSF.3.91.970414184516.14240A-100000@gatekeeper.barcode.co.il> In-Reply-To: <Pine.NEB.3.95.970414085436.515A-100000@acp.qiv.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 14 Apr 1997, Jay D. Nelson wrote: > I use this with a PostScript printer: > > zcat /usr/share/man/man?/file.?.gz | groff -man | lpr - Which is pretty much the same as: man -t smthg | lpr >From man man: -t Use /usr/bin/groff -Tps -man to format the manual page, passing the output to stdout. The output from /usr/bin/groff -Tps -man may need to be passed through some filter or another before being printed. Nadav > > -- Jay > > On Mon, 14 Apr 1997, Pariy, Semion wrote: > > -> > -> hi! > -> > -> how can i print man-files? > -> > -> Semion Pariy > -> > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.970414184516.14240A-100000>