[#]
http://marc.info/?l=openbsd-cvs&m=140751412418961&w=2
openbsd-cvs(obsdave,2) — All
2014-08-08 20:55:22
Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/08 10:08:19
Modified files:
usr.bin/mandoc : mdoc_validate.c
Log message:
Simplify by allowing only one pre-handler.
Saves 12 static arrays and 19 lines of code.
No functional change.