diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-17 14:08:49 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-07-17 14:08:49 +0000 |
commit | a726649696ac45144dc2ee6745a227b2c3d904ff (patch) | |
tree | 14ca09df41b18bf478a0cf96a464deeb70d38731 /mandoc.h | |
parent | 5a3cf14ed1f0ef522bef48d363615fe746b6e9ee (diff) | |
download | mandoc-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 */ |