CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/02/27 09:00:54
Modified files:
usr.bin/mandoc : main.c mansearch.c
Log message:
When man(1) and apropos(1) look for a file man1/foo.1 but it's unavailable,
fall back to glob(man1/foo.*), which is more like what old man(1) did.
Do this both for file names from the database and for fs_lookup().
This is relevant because some ports install files like man1/xset.1x.
Regression reported by patrick keshishian <pkeshish at gmail dot com>.
