[#] http://marc.info/?l=openbsd-cvs&m=140751234718159&w=2
openbsd-cvs(obsdave,2) — All
2014-08-08 19:55:20


Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/08 09:38:46

Modified files:
usr.bin/mandoc : mandoc.h mdoc_validate.c read.c

Log message:
Remove the useless FATAL error "argument count wrong, violates syntax".
The last remaining instance was .It in .Bl -column with more than one
excessive .Ta. However, simply downgrading from FATAL to ERROR, it just
works fine, almost the same way as in groff, without any other changes.