summaryrefslogtreecommitdiffstats
path: root/read.c
diff options
context:
space:
mode:
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 9984cc3c..eee2c6f1 100644
--- a/read.c
+++ b/read.c
@@ -156,6 +156,9 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"too many nested equation defines",
"unexpected equation scope closure",
"equation scope open on exit",
+ "overlapping equation scopes",
+ "unexpected end of equation",
+ "equation syntax error",
/* related to tables */
"bad table syntax",