Why doesn't man pay attention to $MANPATH? Here's what happens when
I try to access a man page that's in my man path. Note that it works
when I specify the path using -M. I'm running the bash shell.
phil$ echo $MANPATH
/usr/lang/man:/usr/man:/usr/local/man:/home/gibson/man
phil$ ls /usr/local/man/man1/mtools.1
/usr/local/man/man1/mtools.1
phil$ man mtools
No manual entry for mtools.
phil$ man -M /usr/local/man mtools
MTOOLS(1) USER COMMANDS MTOOLS(1)
NAME
Mtools - a collection of tools for manipulating MSDOS files
....
Now, I've just installed mtools, and I've put the man page in
/usr/local/man. Do I need to run some sort of "make" to enter
the man page into a man database?
John
--
111 Thurston Hall
Theoretical and Applied Mechanics phone (607) 255-4077
Cornell Technician Factory, Ithaca NY 14853 fax (607) 255-2011