CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/10/06 07:27:49
Modified files:
usr.bin/mandoc : mdoc_validate.c
regress/usr.bin/mandoc/mdoc/Bl: Makefile
Added files:
regress/usr.bin/mandoc/mdoc/Bl: noIt.in noIt.out_ascii
Log message:
If there is random stuff inside a .Bl block body before the first .It,
do not throw a FATAL error and do not die, but just throw a WARNING
and move the stuff out of the .Bl block.
This bug felt completely 2008-ish; meanwhile, such bugs from the
Kristaps-doesnt-like-syntax-errors-so-lets-just-give-up--Era
are becoming rare, but this was one of the last survivors.
Thanks to bentley@ for reminding me to finally fix this.