CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/08/16 13:47:17
Modified files:
usr.bin/mandoc : mdoc_macro.c
regress/usr.bin/mandoc/mdoc/Bl: bareIt.in bareIt.out_ascii
bareIt.out_lint
Log message:
If a stray .It follows .El, we are no longer in the list,
even though the list is still the last processed macro.
This fixes a regression introduced in mdoc_macro.c rev. 1.95:
Ulrich Spoerlein <uqs at FreeBSD> reports that various of their
kernel manuals trigger assertions.
