summaryrefslogtreecommitdiffstats
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
commitb6b883b7b599dbe343a853c4f09d0d994f8ce23e (patch)
tree7bbdea5d7915ac7663b656e97a65eafaf0f20a2f /mandoc.h
parent241958eedf37464b69731b4b8417dda97c3be391 (diff)
downloadmandoc-b6b883b7b599dbe343a853c4f09d0d994f8ce23e.tar.gz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mandoc.h b/mandoc.h
index af540ecb..fbe04641 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -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 */