Simplify man(7) validation:
authorschwarze <schwarze@openbsd.org>
Fri, 8 Aug 2014 16:05:42 +0000 (16:05 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 8 Aug 2014 16:05:42 +0000 (16:05 +0000)
commit492e55cdfd18ee05d8ecc817a84c265065da3098
tree52664cd75c336ff6bacb06ea62afbbb73d2464b1
parentd6967fe7cdd60dddead2f06514abf0fefb8c18ff
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.
usr.bin/mandoc/libman.h
usr.bin/mandoc/man.c
usr.bin/mandoc/man_validate.c