When checking the validity of cross references with -Tlint,
authorschwarze <schwarze@openbsd.org>
Sat, 1 Jul 2017 12:00:12 +0000 (12:00 +0000)
committerschwarze <schwarze@openbsd.org>
Sat, 1 Jul 2017 12:00:12 +0000 (12:00 +0000)
commit10e17f8f3b3f41744f1850aff3f2039e264ed5c1
tree1db0a6e4addca1ae1956c0232e0ec46345e89fd1
parent19b6bef7d74b1a8576cd85e21cdc4dd35fd4528d
When checking the validity of cross references with -Tlint,
fall back from database search to file system search
just like man(1) does when looking up manuals.

This is not too expensive because on a system having up-to-date
mandoc.db(5) files, it only prolongs the time needed to check
*invalid* references - and you are supposed to have many of those,
right?  And on a system with missing or invalid mandoc.db(5) files,
spending a bit of time and warning loudly about the real problem
is also better than quickly issuing bogus warnings about cross
references that are actually valid.
usr.bin/mandoc/main.c