summaryrefslogtreecommitdiffstats
path: root/read.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-21 12:30:44 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-21 12:30:44 +0000
commit29705bfc7b3e67b1a949858f4629bf261e31def1 (patch)
treea566d92de2a211c3ccefb76078da044269b1e5c2 /read.c
parent984843a13d3cf51a40ccae5218578c091429a4a1 (diff)
downloadmandoc-29705bfc7b3e67b1a949858f4629bf261e31def1.tar.gz
Support nested `{, }' subexpressions in eqn. Document in code.
Diffstat (limited to 'read.c')
-rw-r--r--read.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/read.c b/read.c
index 9dd982b9..9984cc3c 100644
--- a/read.c
+++ b/read.c
@@ -154,6 +154,8 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
/* related to equations */
"bad equation macro syntax",
"too many nested equation defines",
+ "unexpected equation scope closure",
+ "equation scope open on exit",
/* related to tables */
"bad table syntax",