[#]
http://marc.info/?l=openbsd-cvs&m=140751399318933&w=2
openbsd-cvs(obsdave,2) — All
2014-08-08 20:55:21
Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/08 10:05:42
Modified files:
usr.bin/mandoc : libman.h man.c man_validate.c
Log message:
Simplify man(7) validation:
Drop pre-handlers, they were almost unused.
Drop the needless complexity of allowing more than one post-handler.
This saves one internal interface function, one static function, one
private struct definition, sixteen static arrays, and 45 lines of code.
No functional change.