Some notes on printing manual pages:
To view "raw" man pages in nroff/troff format:
$ nroff -man manpage | less -s
Example:
$ nroff -man qtool.8 | less -s
To output a UNIX man page in a format suitable for printing, pipe the man page through col -b:
$ man command | col -b
To print a raw man page:
$ nroff -man qtool.8 | col -b | lpr
Monday, May 11, 2009
Howto: Print UNIX man pages
Labels:
UNIX
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment