summaryrefslogtreecommitdiffstats
path: root/read.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-17 12:52:54 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-17 12:52:54 +0000
commit5a3cf14ed1f0ef522bef48d363615fe746b6e9ee (patch)
tree5c2d40d25195869133219d88e31af2eff31554f0 /read.c
parentc65bd324370683e30cc03e16fa78b9ee7059a19e (diff)
downloadmandoc-5a3cf14ed1f0ef522bef48d363615fe746b6e9ee.tar.gz
Warn if equation `define' key is quoted (groff-ism).
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 6ca1fb1b..f8390552 100644
--- a/read.c
+++ b/read.c
@@ -146,6 +146,9 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"bad comment style",
"bad escape sequence",
"unterminated quoted string",
+
+ /* related to equations */
+ "unexpected literal in equation",
"generic error",