search for: man_db

Displaying 1 result from an estimated 1 matches for "man_db".

Did you mean: andb
2012 Dec 15
4
Installing manpages
...about pointing the "man" command to the location of the manpages. So, I used the following command to look for the man pages: locate smb|grep man Next, "man man" told me the location of the local man config file. I wasn't sure which PATH to use, so I added these to /etc/man_db.conf: MANPATH_MAP /bin /usr/local/samba/share/man MANPATH_MAP /usr/bin /usr/local/samba/share/man MANPATH_MAP /sbin /usr/local/samba/share/man That finally fixed my manpage problem. Why must the Samba man pages be so $#@%#! difficult to install? Every other...