From owner-freebsd-questions@FreeBSD.ORG Fri Nov 28 21:44:16 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AEBE16A4CE for ; Fri, 28 Nov 2003 21:44:16 -0800 (PST) Received: from smtp0.adl1.internode.on.net (smtp0.adl1.internode.on.net [203.16.214.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BB8143F3F for ; Fri, 28 Nov 2003 21:44:15 -0800 (PST) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp136-184.lns1.adl2.internode.on.net [150.101.136.184])hAT5i93d074113; Sat, 29 Nov 2003 16:14:10 +1030 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: At home To: Libby Charles-CCL044 , Antoine Jacoutot , Ian Todd Date: Sat, 29 Nov 2003 16:14:08 +1030 User-Agent: KMail/1.4.3 References: <370596D46C9BD711B61A00065BF365888A179D@il06exm12> In-Reply-To: <370596D46C9BD711B61A00065BF365888A179D@il06exm12> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200311291614.08990.malcolm.kay@internode.on.net> cc: freebsd-questions@freebsd.org Subject: Re: how to print a man page X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Nov 2003 05:44:16 -0000 On Sat, 29 Nov 2003 15:43, Libby Charles-CCL044 wrote: > You could just pipe the output of man directly to lpr: > > =09man manpage |lpr > > This produces a great output which I use in my classes all the time. > If you really think this is 'great output' then if you have a postscript=20 printer (or a print system accepting postscript) try: $ man -t manpage | lpr -P PS-Printer and compare the difference. Malcolm Kay