summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-01-01 15:45:18 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-01-01 15:45:18 +0000
commit11a4a49536978db711f68cc010fec41f76c2f970 (patch)
tree898f1e145588b487ca875c4fd3df9e132eddb1ff /main.c
parent31916df7856f6ea8b704f200c8a68d72e536fd32 (diff)
downloadmandoc-11a4a49536978db711f68cc010fec41f76c2f970.tar.gz
Add documentation bits for libroff's new roff_span().
Add bits to remember tbl's invocation point. Add ERROR class message if no data's in the table.
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index d20c36fb..f437a526 100644
--- a/main.c
+++ b/main.c
@@ -183,6 +183,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"bad table option",
"bad table layout",
"no table layout cells specified",
+ "no table data cells specified",
"input stack limit exceeded, infinite loop?",
"skipping bad character",
"skipping text before the first section header",