From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98) Description of problem: /usr/share/man need to be added to /etc/man.config this makes mane pages not accessible, especially the localised ones? Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.man ls 2. 3. Actual Results: no such manual page Expected Results: the localised manual page (in french in my case) Additional info:
[root@spock root]# cat /etc/man.config |grep "/usr/share" MANPATH /usr/share/man MANPATH_MAP /bin /usr/share/man MANPATH_MAP /sbin /usr/share/man MANPATH_MAP /usr/bin /usr/share/man MANPATH_MAP /usr/sbin /usr/share/man MANPATH_MAP /usr/bin/mh /usr/share/man It's already there. rpm does not (and should not) overwrite config files you've changed, though. By any chance, did you modify your man.config on 6.x, then update to 7.x?
Closing due to lack of feedback