From: wirzeniu@kruuna.Helsinki.FI (Lars Wirzenius) Subject: Re: Compiling a man page Date: 9 Sep 1993 11:30:43 GMT
elliottm@csulb.edu (Mike Elliott) writes:
> Try specifying -Tascii -man as command line options;
Exactly. In case anyone misses the obvious, if you look at
uninstalled man pages a lot, the following script comes in handy:
#!/bin/sh
groff -Tascii -man $* | less
(a real masterpiece of software engineering :-)
I call my copy manroff.