On Mon, Feb 04, 2008 at 12:27:46AM +0000, Reuben Thomas wrote: > Package: man-db > Version: 2.5.0-4 > Severity: normal > > Just as /usr/local/bin comes before /usr/bin, /usr/local/share/man and > /usr/local/man (if found) should come before /usr/share/man and > /usr/man (if found), so that man pages for locally installed programs > are found first, just as the commands themselves are.
This should be the existing behaviour: $ PATH=/usr/bin:/usr/local/bin manpath /usr/share/man:/usr/local/man:/usr/local/share/man:/usr/man $ PATH=/usr/local/bin:/usr/bin manpath /usr/local/man:/usr/local/share/man:/usr/share/man:/usr/man Is this not what you're seeing? If so, could you provide more detail (e.g. debugging output)? Thanks, -- Colin Watson [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

