Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Re: MANPATH' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Re: MANPATH
Authored by: lucas_mbase on Sep 27, '02 02:02:50AM
I know this thread is kind of old but...

Try rearranging your 'setenv' line, it could be that tcsh is balking at the ${MANPATH} prefix and is not setting the environment properly. Try putting your user paths first like this:

setenv MANPATH /Users/jamesk/man:/usr/local/share/man:/usr/share/man:/sw/share/man:/usr/X11R6/man:${MANPATH}

Related reading:
man tcsh
man man
man manpath
Also, take a look at the file /etc/manpath.config for adding common paths.


[ Reply to This | # ]