Be developer-friendly, 'cause OpenBSD devs like to:
authorschwarze <schwarze@openbsd.org>
Tue, 13 Jan 2015 23:16:12 +0000 (23:16 +0000)
committerschwarze <schwarze@openbsd.org>
Tue, 13 Jan 2015 23:16:12 +0000 (23:16 +0000)
commitc5921aad51ca8f387c3147a2dc20e12427d87050
tree5885ff1b0bfbc070b119000dd873b4a00c3bc605
parent3b718a60b369294728d47b7d621fcc9796dba1af
Be developer-friendly, 'cause OpenBSD devs like to:
cd /usr/src/share/man/man4; vi newdev.4 Makefile; make install; man newdev

When a manual is missing from an outdated database, let man(1)
show it anyway, using a KISS file system lookup as a fallback.
Requested by deraadt@.

87 new lines of code doesn't seem too much bloat to me.

Of course, keeping your mandoc.db(5) files up to date with makewhatis(8)
or weekly(8) is still required for apropos(1) to find your new pages.
usr.bin/mandoc/main.c