Bug 146631 - MANPATH setting in /etc/man.config ignored
Summary: MANPATH setting in /etc/man.config ignored
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: man
Version: 3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Ivana Varekova
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-01-31 05:20 UTC by P Fudd
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-03-16 12:01:00 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description P Fudd 2005-01-31 05:20:04 UTC
Description of problem:
I created a man page in /usr/local/man/man1/foo.1, but I can't view it
with man.  Typing 'man -w' doesn't list /usr/local/man.

Version-Release number of selected component (if applicable):
man-1.5o1-7

How reproducible:
Always

Steps to Reproduce:
1. Type 'man -w'
2. Type 'mkdir -p /usr/local/man/man1; echo hello >
/usr/local/man/man1/foo.1; chmod -R a+rX /usr/local/man'
3. Type 'man -w'
  
Actual results:
/usr/X11R6/man:/usr/share/man

Expected results:
/usr/X11R6/man:/usr/share/man:/usr/local/man

Additional info:
Strace shows that man is reading /etc/man.config, but isn't looking at
/usr/local/man.  I have changed the /etc/sysconfig/i18n file to say
LANG="POSIX".

Comment 1 P Fudd 2005-01-31 05:21:53 UTC
Changing LANG="en_US.UTF-8" fixes the path problem.

Comment 2 Ivana Varekova 2005-03-16 12:01:00 UTC
Thank your for your notice.
Works for man-1.5p-1.
Ivana Varekova 


Note You need to log in before you can comment on or make changes to this bug.