From owner-freebsd-questions Mon Apr 14 08:47:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA21989 for questions-outgoing; Mon, 14 Apr 1997 08:47:12 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA21982 for ; Mon, 14 Apr 1997 08:47:02 -0700 (PDT) Received: (from nadav@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id SAA14248; Mon, 14 Apr 1997 18:45:58 +0300 (IDT) Date: Mon, 14 Apr 1997 18:45:58 +0300 (IDT) From: Nadav Eiron To: "Jay D. Nelson" cc: "Pariy, Semion" , questions@freebsd.org Subject: Re: how can i print man-files? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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 > -> > >