summaryrefslogtreecommitdiffstats
path: root/read.c
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 /read.c
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 'read.c')
-rw-r--r--read.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/read.c b/read.c
index f8390552..28d53acc 100644
--- a/read.c
+++ b/read.c
@@ -152,6 +152,9 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"generic error",
+ /* related to equations */
+ "bad equation macro syntax",
+
/* related to tables */
"bad table syntax",
"bad table option",