From 11a4a49536978db711f68cc010fec41f76c2f970 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 1 Jan 2011 15:45:18 +0000 Subject: 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. --- main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'main.c') 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", -- cgit