summaryrefslogtreecommitdiffstats
path: root/mandoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-17 14:08:49 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-17 14:08:49 +0000
commita726649696ac45144dc2ee6745a227b2c3d904ff (patch)
tree14ca09df41b18bf478a0cf96a464deeb70d38731 /mandoc.h
parent5a3cf14ed1f0ef522bef48d363615fe746b6e9ee (diff)
downloadmandoc-a726649696ac45144dc2ee6745a227b2c3d904ff.tar.gz
Provide implementations of `define', `set', and `unset'.
Tie them into the stream of data. Document these appropriate, bringing in the grammar as defined by the original eqn manual (Kernighan/Richie).
Diffstat (limited to 'mandoc.h')
-rw-r--r--mandoc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mandoc.h b/mandoc.h
index f545be22..f83154aa 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -109,6 +109,9 @@ enum mandocerr {
MANDOCERR_ERROR, /* ===== start of errors ===== */
+ /* related to equations */
+ MANDOCERR_EQNARGS, /* bad equation macro arguments */
+
/* related to tables */
MANDOCERR_TBL, /* bad table syntax */
MANDOCERR_TBLOPT, /* bad table option */