Explicitly ignore .br, .ce, and .sp inside tbl(7) text blocks.
authorschwarze <schwarze@openbsd.org>
Tue, 13 Jun 2017 13:50:17 +0000 (13:50 +0000)
committerschwarze <schwarze@openbsd.org>
Tue, 13 Jun 2017 13:50:17 +0000 (13:50 +0000)
commit5bd13649d070add579d18557f714a58798e7b0a3
treeec99e237a6369e1e60df41d3ca00b976a590b471
parent5dd7debcb77df47f31d517f6c51d9493c1a6dc1b
Explicitly ignore .br, .ce, and .sp inside tbl(7) text blocks.
With the current code structure, they would appear at the wrong
place in the syntax tree, so it is better to not insert them
into the tree at all and issue an UNSUPP message instead.
usr.bin/mandoc/roff.c