CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/01/06 15:39:19
Modified files: usr.bin/mandoc : man_validate.c mdoc_validate.c Log message: Another 18% speedup for mandocdb(8) -Q, found by gprof(1). In -Q mode, refrain form validating and normalizing the format of the date given in .Dd or .TH, as it won't be used anyway. For /usr/share/man, mandocdb -Q now takes 45% of the time of makewhatis(8).