Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Aug 1999 20:52:19 +0200 (CEST)
From:      Marc Veldman <lurkie@wxs.nl>
To:        Zhihui Zhang <zzhang@cs.binghamton.edu>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: How to print man pages?
Message-ID:  <Pine.BSF.4.05.9908042049120.767-100000@lurkie.wxs.nl>
In-Reply-To: <Pine.GSO.3.96.990804103036.25369A-100000@sol.cs.binghamton.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <YOUR_POSTSCIPT_PRINTER> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9908042049120.767-100000>