"Aneesh Kumar" <aneesh.kumar@xxxxxxxxx> writes: > git help gives me the below error. > > [master@git]$ git help add > No manual entry for git-add > See 'man 7 undocumented' for help when manual pages are not available. > [master@git]$ > > I have the git binaries installed via --prefix > > ./configure --prefix=/home/kvaneesh/bin-local/git/ > and to see the man page i have to say > > man -M /home/kvaneesh/bin-local/git/share/man/ > > I guess git-help need to take care of the prefix. When you run "man" from the command line, can you say $ man git-add and make it work? If it fails the same way, then what you are missing is MANPATH environment variable, isn't it? - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html