On Fri, Oct 20, 2006 at 01:53:49PM -0700, Steve B wrote: > I'm leaving on vacation and wanted to have something to read on the plane > and at the beach. How can I convert a couple of man pages into either PS or > PDF so that I can print them? > > Steve
you will need the unformatted pages.
then, for example:
$ nroff -Tps -mandoc ls.1 > less.ps
that will handle postscript. dunno about tools for pdf.
jmc

