aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-01-04 12:06:21 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-01-04 12:06:21 +0000
commit543980ff972d5b50a51593a306420bb65fbf6b61 (patch)
treea080fdde4da2d2ee8bef446c09ee6825a6215293 /mandoc.h
parentbe25abe332d021e7a5092c3596a6ffc11e352da9 (diff)
downloadmandoc-543980ff972d5b50a51593a306420bb65fbf6b61.tar.gz
mandoc-543980ff972d5b50a51593a306420bb65fbf6b61.tar.zst
mandoc-543980ff972d5b50a51593a306420bb65fbf6b61.zip
Fix to make horizontal spanners in the layout be properly printed.
mandoc also now warns (so does tbl(1)) if a horizontal spanner is specified along with data. While here, fix up some documentation and uncomment the tbl reference.
Diffstat (limited to 'mandoc.h')
-rw-r--r--mandoc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mandoc.h b/mandoc.h
index 0f28aafc..75d8f1d3 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -1,4 +1,4 @@
-/* $Id: mandoc.h,v 1.46 2011/01/03 23:53:51 schwarze Exp $ */
+/* $Id: mandoc.h,v 1.47 2011/01/04 12:06:21 kristaps Exp $ */
/*
* Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -111,6 +111,7 @@ enum mandocerr {
MANDOCERR_TBLLAYOUT, /* bad table layout */
MANDOCERR_TBLNOLAYOUT, /* no table layout cells specified */
MANDOCERR_TBLNODATA, /* no table data cells specified */
+ MANDOCERR_TBLIGNDATA, /* ignore data in cell */
MANDOCERR_ROFFLOOP, /* input stack limit exceeded, infinite loop? */
MANDOCERR_BADCHAR, /* skipping bad character */