Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 2506

Summary: Can`t read man pages in /usr/local/share/man by default.
Product: Gentoo Linux Reporter: Sakari Lehtonen <sakari>
Component: Current packagesAssignee: Martin Schlemmer (RETIRED) <azarah>
Status: RESOLVED FIXED    
Severity: minor    
Priority: Normal    
Version: 1.1a   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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) ?