summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-29 14:38:14 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-29 14:38:14 +0000
commit9864cb8baea0db37f74a5bca120318017b215c1f (patch)
tree1e83dc769ff95f78b842ab6934449c8f0d893c9b /main.c
parent48a02365daa47036d1d8a13c10650bb8f67bded6 (diff)
downloadmandoc-9864cb8baea0db37f74a5bca120318017b215c1f.tar.gz
Merge, with considerable changes, tbl.bsd.lv's layout-handling code.
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 3776c0fd..18b0ab60 100644
--- a/main.c
+++ b/main.c
@@ -181,6 +181,8 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"bad table syntax",
"bad table option",
+ "bad table layout",
+ "no table layout cells specified",
"input stack limit exceeded, infinite loop?",
"skipping bad character",
"skipping text before the first section header",