I have a manual page for mongoose web server named as mongoose.1 as a result of doing make and make install command to install mongoose web server on my ubuntu 12.04. But ,the man page entry is not in manual page database.
output on my command line when I did : "man mongoose"
akshay@akshay-Inspiron-N5010:~/mongoose$ man mongoose
No manual entry for mongoose
See 'man 7 undocumented' for help when manual pages are not available.
I know the path of all man pages where they are stored is:-
/usr/local/share/man/
I am thankful for your answers in advance.