CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/12/16 16:44:16
Modified files: usr.bin/mandoc : mandoc.h read.c roff.c regress/usr.bin/mandoc/tbl: Makefile Added files: regress/usr.bin/mandoc/tbl: macro.in macro.out_ascii macro.out_lint nested.in nested.out_ascii nested.out_lint Log message: Ignore mdoc(7) and man(7) macros inside tbl(7) code because they would abort the table in an unclean way, causing assertion failures found by jsg@.