> CVSROOT:      /cvs
> Module name:  src
> Changes by:   [email protected]        2015/01/13 16:16:12
> 
> Modified files:
>       usr.bin/mandoc : main.c 
> 
> Log message:
> 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.

Thank you.

Have you given any thought to doing the makewhatis phase earlier in the
release building process?  I admit it is tricky, it might not be possible
to move it earlier.

Reply via email to