summaryrefslogtreecommitdiffstats
path: root/read.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-12-16 23:44:41 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-12-16 23:44:41 +0000
commit049de3868dfab614357f07d4d25fa4b7c2e4b7f5 (patch)
tree3e9d18c4db18753163000049b6cfa2223383e920 /read.c
parent1c5b69096dc052617e48d25e13d9e3875b100302 (diff)
downloadmandoc-049de3868dfab614357f07d4d25fa4b7c2e4b7f5.tar.gz
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@.
Diffstat (limited to 'read.c')
-rw-r--r--read.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/read.c b/read.c
index 558c5e94..9b266090 100644
--- a/read.c
+++ b/read.c
@@ -188,6 +188,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"ignore data in cell",
"data block still open",
"ignoring extra data cells",
+ "ignoring macro in table",
/* related to document structure and macros */
"input stack limit exceeded, infinite loop?",