Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2506 - Can`t read man pages in /usr/local/share/man by default.
Summary: Can`t read man pages in /usr/local/share/man by default.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal minor (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-06 17:33 UTC by Sakari Lehtonen
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sakari Lehtonen 2002-05-06 17:33:03 UTC
I was just wondering why the shell variable MANPATH doesn`t include
/usr/local/share/man by default ? I can`t read manual pages installed in there
without editing this variable .. easy to fix, but just wondering.
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-08-16 13:37:30 UTC
nosferatu / # find / -name sensors.1
/usr/src/lm_sensors-2.6.4/prog/sensors/sensors.1
/usr/local/share/man/man1/sensors.1
find: /proc/17411/fd: No such file or directory
find: /proc/30514/fd: No such file or directory
find: /space/gentoo/proc/17411/fd: No such file or directory
find: /space/gentoo/proc/30514/fd: No such file or directory
nosferatu / # man sensors
nosferatu / # man foo
No manual entry for foo
nosferatu / # 

Seems to work fine here (default man config) ?