Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Nov 2003 12:05:35 -0800
From:      Chris Pressey <cpressey@catseye.mine.nu>
To:        Forrest Aldrich <forrie@forrie.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Trouble using the "man" subsystem
Message-ID:  <20031106120535.59e936ee.cpressey@catseye.mine.nu>
In-Reply-To: <6.0.0.22.2.20031106134936.01f376c8@192.168.1.1>
References:  <6.0.0.22.2.20031106134936.01f376c8@192.168.1.1>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 06 Nov 2003 13:52:10 -0500
Forrest Aldrich <forrie@forrie.com> wrote:

> 
> I posted about this a while ago.
> 
> For some time, I've had a broken manpage system on my FreeBSB 
> box.  Currently, it's at FreeBSD-4.9.
> 
> The symptoms are:  sometimes I get an error about not being able to
> locate tmac for tty-char.  Though I can find that in
> /usr/local/share/groff, etc.   Most times, I will do "man command" and
> the prompt just returns.  Nothing, nada.
> 
> I'm absolutely puzzled, because a reinstall (makeworld/buildworld)
> does NOT resolve the problem.    I cannot see there to be any odd
> environment variables, however this suggests there may be a
> configuration issue "somewhere".    I'm out of ideas, and wonder if
> anyone out there has suggestions about where to look, how to fix this.

Well, you can take a look at $MANPATH, to start.  Then see if the
command is anywhere in there, e.g. if you are looking for foo in section
2 of the manual, it's likely stored as /usr/share/man/man2/foo.2.gz , or
/usr/local/man/man2/foo.2.gz , etc.

-Chris



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031106120535.59e936ee.cpressey>