=================================================================== RCS file: /cvs/mandoc/read.c,v retrieving revision 1.52 retrieving revision 1.53 diff -u -p -r1.52 -r1.53 --- mandoc/read.c 2014/06/25 00:20:19 1.52 +++ mandoc/read.c 2014/06/30 23:45:08 1.53 @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.52 2014/06/25 00:20:19 schwarze Exp $ */ +/* $Id: read.c,v 1.53 2014/06/30 23:45:08 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -153,9 +153,6 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "bad escape sequence", "unterminated quoted string", - /* related to equations */ - "unexpected literal in equation", - "generic error", /* related to equations */ @@ -194,7 +191,6 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "request requires a numeric argument", "missing list type", "line argument(s) will be lost", - "body argument(s) will be lost", "generic fatal error",