Re: Printing Man Pages
From: Hal Burgiss (hal_at_foobox.net)
Date: 12/02/03
- Previous message: fred smith: "Re: rh-l] Re: Printing Man Pages"
- In reply to: Michael Fratoni: "Re: Printing Man Pages"
- Next in thread: L. Christopher Luther: "RE: Printing Man Pages"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: redhat-list@redhat.com Date: Mon, 1 Dec 2003 19:49:33 -0500
On Mon, Dec 01, 2003 at 06:52:57PM -0500, Michael Fratoni wrote:
>
> But better formatted output can be obtained with:
> man -t <some man page> | lpr
Or man man2html, which can run from command line or as a cgi:
#!/bin/bash
zcat /usr/share/man/man1/$1 |man2html
or somesuch. Then access as http://localhost/cgi-bin?ls.1.gz, or
whatever. Or make better script to flesh out the path. IIRC, the
man2html man page has more/better info.
-- Hal Burgiss -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list
- Previous message: fred smith: "Re: rh-l] Re: Printing Man Pages"
- In reply to: Michael Fratoni: "Re: Printing Man Pages"
- Next in thread: L. Christopher Luther: "RE: Printing Man Pages"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]