CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/01 06:48:00
Modified files:
usr.bin/mandoc : mansearch.c
Log message:
Let man(1) and apropos(1) work even when the current directory
is unusable: Only change back to the current directory when the
directory was changed before and the next path is relative.
This is now more similar to what makewhatis(8) does.
Issue reported by espie@.
