Subject: Re: groff update?
To: David Laight <david@l8s.co.uk>
From: Thomas Klausner <wiz@netbsd.org>
List: tech-userlevel
Date: 02/17/2003 15:15:52
On Mon, Feb 17, 2003 at 02:09:06PM +0000, David Laight wrote:
> > I guess it does the right thing,
> > /usr/pkg/bin/nroff -mandoc /some/random/man/page.1 | less -R
> > works fine for me.
> 
> and what sort of terminal are you using?
> probably an 'xterm' that understands ANSI escape sequences....

cd /usr/pkgsrc/textproc/groff && make install
/usr/pkg/bin/nroff -mandoc /usr/share/man/man1/ssh.1 | less -R

Please try it yourself, it's not really a question only I can answer
for you (less is doing the work, that's what -R is for....).
 Thomas