Ignore mdoc(7) and man(7) macros inside tbl(7) code because they
authorschwarze <schwarze@openbsd.org>
Tue, 16 Dec 2014 23:44:16 +0000 (23:44 +0000)
committerschwarze <schwarze@openbsd.org>
Tue, 16 Dec 2014 23:44:16 +0000 (23:44 +0000)
commita2c9ff1aab5eeef19574a8ea7c921bed9b7a33ad
treeb82e056f360ce52b5b6b711fff085cdc873e4d18
parent9b96fbde9aebbdd7b69eda5acc550208992ce692
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@.
regress/usr.bin/mandoc/tbl/Makefile
regress/usr.bin/mandoc/tbl/macro.in [new file with mode: 0644]
regress/usr.bin/mandoc/tbl/macro.out_ascii [new file with mode: 0644]
regress/usr.bin/mandoc/tbl/macro.out_lint [new file with mode: 0644]
regress/usr.bin/mandoc/tbl/nested.in [new file with mode: 0644]
regress/usr.bin/mandoc/tbl/nested.out_ascii [new file with mode: 0644]
regress/usr.bin/mandoc/tbl/nested.out_lint [new file with mode: 0644]
usr.bin/mandoc/mandoc.h
usr.bin/mandoc/read.c
usr.bin/mandoc/roff.c