Subject: Re: Some newbie questions and swearing
To: None <jpalan@utu.fi>
From: Havard Eidnes <he@netbsd.org>
List: netbsd-users
Date: 04/12/2003 21:37:23
> Oh, and one more thing: when I scroll to the bottom of a man page it =

> just exits. Any idea why? It did the same thing in OpenBSD.

An appropriate fix for that is to do

  setenv PAGER "less -s"

and install that in you ~/.cshrc (if you're using csh, of course)
instead of the default which uses the "more" variant of the same
program.  See the man(1) manual page ("man man") under the description
of the PAGER environment variable.

Regards,

- H=E5vard