On Thu, October 8, 2009 4:18 am, Lahori, Ashish wrote: > However, when I do "man vim" it does no show up the manual pages. But when > I do "man -M /usr/local/share/man vim" the man page for vim shows up. My > question is, how do I link it to "man vim" > ------------------------------------------------ > # man vim > No manual entry for vim. > > > # man -M /usr/local/share/man vim > Reformatting page. Please Wait... done >
Though, I do not have experience with Solaris, try the following: Specify the directory /usr/local/share/man in an environment variable MANPATH. That way man knows where to look for manpages. You can probably also define that path in your man page configuration, which here is /usr/share/misc/man.conf, but then you probably need to be root for this. See man man for help ;) regards, Christian --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
