Bug 193594
| Summary: | Man command doesn't read /etc/man.config for manpath | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Penelope Fudd <bugzilla.redhat.com> | ||||||
| Component: | man | Assignee: | Ivana Varekova <varekova> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Ben Levenson <benl> | ||||||
| Severity: | medium | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 5 | ||||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2006-11-30 09:15:29 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Penelope Fudd
2006-05-30 20:34:12 UTC
The command "strace -fo/tmp/a manpath" shows that manpath is reading /etc/man.config, but not actually checking to see if /usr/local/share/man is present. Could you please attach the output of command `man -w -d` and your man.config file. Created attachment 130678 [details]
Man -w -d output
Created attachment 130679 [details]
/etc/man.config
Done man behavior is right. It seems you have nonstandart setting - The set of paths which is man looking for man pages depends on enviroment variables. It seems you have set variable MANPATH to "/usr/share/man" which causes this behavior. |