]> git.cameronkatri.com Git - mandoc.git/blobdiff - read.c
Clarify what eqn actually is.
[mandoc.git] / read.c
diff --git a/read.c b/read.c
index ee71370537b0b78da976334d7b9797fbf012370c..33450152d56a6da56060b8dbc8912444db228d8f 100644 (file)
--- a/read.c
+++ b/read.c
@@ -1,4 +1,4 @@
-/*     $Id: read.c,v 1.18 2011/07/18 07:46:41 kristaps Exp $ */
+/*     $Id: read.c,v 1.23 2011/07/23 18:41:18 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -152,7 +152,11 @@ static     const char * const      mandocerrs[MANDOCERR_MAX] = {
        "generic error",
 
        /* related to equations */
-       "bad equation macro syntax",
+       "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",