CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/08/08 10:11:10
Modified files:
usr.bin/mandoc : mdoc_validate.c
Log message:
Simplify by allowing only one post-handler.
Saves 36 static arrays and 10 lines of code
at the expense of only five new trivial static functions.
No functional change.
