=================================================================== RCS file: /cvs/mandoc/read.c,v retrieving revision 1.15 retrieving revision 1.17 diff -u -p -r1.15 -r1.17 --- mandoc/read.c 2011/05/26 20:36:21 1.15 +++ mandoc/read.c 2011/07/17 14:08:49 1.17 @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.15 2011/05/26 20:36:21 kristaps Exp $ */ +/* $Id: read.c,v 1.17 2011/07/17 14:08:49 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010, 2011 Ingo Schwarze @@ -146,8 +146,14 @@ 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", + + /* related to equations */ + "bad equation macro syntax", /* related to tables */ "bad table syntax",