From owner-freebsd-questions@FreeBSD.ORG Thu Apr 8 17:20:54 2004 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 5C20A16A4CE for ; Thu, 8 Apr 2004 17:20:54 -0700 (PDT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8DF243D39 for ; Thu, 8 Apr 2004 17:20:53 -0700 (PDT) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Thu, 8 Apr 2004 19:21:35 -0500 Message-ID: <4075EC63.20406@daleco.biz> Date: Thu, 08 Apr 2004 19:20:51 -0500 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040406 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chris Hill References: <20040408193736.K26026-100000@frambozen.monochrome.org> In-Reply-To: <20040408193736.K26026-100000@frambozen.monochrome.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 09 Apr 2004 00:21:36.0187 (UTC) FILETIME=[9E6DB0B0:01C41DC8] cc: freebsd-questions@freebsd.org cc: Andrew Elmore Subject: Re: printing manpages 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: Fri, 09 Apr 2004 00:20:54 -0000 Chris Hill wrote: >On Thu, 8 Apr 2004, Andrew Elmore wrote: > > > >>[...] I can't for the life of me figure out how to print a manpage. >>The closest "man man" gives me is: >> >>-t Use /usr/bin/groff -S -man to format the manual page, passing the >> output to stdout. The output from /usr/bin/groff -S -man may need >> to be passed through some filter or another before being printed. >> >>Any suggestions on what the command line for that filter looks like? >> >> > >I get good-looking results using, for example, > >man -t ipfw | lpr > >...or plain-vanilla (but readable) results using > >man ipfw | lpr > >FWIW, this is with a Postscript printer. HTH. > > Also works with apsfilter; I would have to assume any printer, therefore. Kevin Kinsey DaleCo, S.P.