]> 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 c79f080fd7d087e894ac5a5642f9975d930296fb..33450152d56a6da56060b8dbc8912444db228d8f 100644 (file)
--- a/read.c
+++ b/read.c
@@ -1,4 +1,4 @@
-/*     $Id: read.c,v 1.20 2011/07/21 12:30:44 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,10 +152,11 @@ static    const char * const      mandocerrs[MANDOCERR_MAX] = {
        "generic error",
 
        /* related to equations */
-       "bad equation macro syntax",
-       "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",