From owner-freebsd-questions Wed Aug 4 11:53: 8 1999 Delivered-To: freebsd-questions@freebsd.org Received: from smtp04.wxs.nl (smtp04.wxs.nl [195.121.6.59]) by hub.freebsd.org (Postfix) with ESMTP id 8E98114FBE for ; Wed, 4 Aug 1999 11:53:03 -0700 (PDT) (envelope-from lurkie@wxs.nl) Received: from gs0029-2.dial.wxs.nl ([195.121.26.29]) by smtp04.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA5968; Wed, 4 Aug 1999 20:51:53 +0200 Date: Wed, 4 Aug 1999 20:52:19 +0200 (CEST) From: Marc Veldman To: Zhihui Zhang Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to print man pages? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 4 Aug 1999, Zhihui Zhang wrote: > I have downloaded port xinetd and can run "man xinetd" on my FreeBSD box. > Is there any way to print the output of "man xinetd" exactly as it shows > on the screen. I hope it can be converted to postscript file, so that try man -t xinetd > xinetd.ps this will create a postscriptfile, which you can print. man -t xinetd | lpr -P will print it directly. Good luck, Marc Veldman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message