aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit52a50fec0924869c52803daed1f1d5dbf5f108af (patch)
tree845a8f588eaf4ee640c5ce2ed5474035011c0af2 /main.c
parentb647509c369ba76cf84060f8889fe7e2b2031775 (diff)
downloadmandoc-52a50fec0924869c52803daed1f1d5dbf5f108af.tar.gz
mandoc-52a50fec0924869c52803daed1f1d5dbf5f108af.tar.zst
mandoc-52a50fec0924869c52803daed1f1d5dbf5f108af.zip
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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index 595a0a2b..6b101492 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.128 2011/01/01 13:37:40 kristaps Exp $ */
+/* $Id: main.c,v 1.129 2011/01/01 15:45:18 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -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",