CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/11/27 15:27:40
Modified files: usr.bin/mandoc : mdoc_html.c mdoc_macro.c mdoc_man.c mdoc_term.c regress/usr.bin/mandoc/mdoc/Eo: Makefile empty.in empty.out_ascii Added files: regress/usr.bin/mandoc/mdoc/Eo: break.in break.out_ascii break.out_lint Log message: Multiple fixes with respect to .Eo: 1. Correctly parse stray .Ec without preceding .Eo, avoiding an assertion violation found by jsg@ with afl. 2. Correctly parse .Ec arguments when breaking another block. 3. Correct spacing around closing delimiter when breaking another block. 4. Sync some related formatting control from -Tascii to -Thtml.