=================================================================== RCS file: /cvs/mandoc/read.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- mandoc/read.c 2011/07/17 12:52:54 1.16 +++ mandoc/read.c 2011/07/17 14:08:49 1.17 @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.16 2011/07/17 12:52:54 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 @@ -151,6 +151,9 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "unexpected literal in equation", "generic error", + + /* related to equations */ + "bad equation macro syntax", /* related to tables */ "bad table syntax",