=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.94 retrieving revision 1.95 diff -u -p -r1.94 -r1.95 --- mandoc/main.c 2010/06/30 20:32:15 1.94 +++ mandoc/main.c 2010/07/01 15:38:56 1.95 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.94 2010/06/30 20:32:15 schwarze Exp $ */ +/* $Id: main.c,v 1.95 2010/07/01 15:38:56 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -120,6 +120,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "unknown manual section", "section not in conventional manual section", "end of line whitespace", + "blocks badly nested", "scope open on exit", "generic error", @@ -143,7 +144,6 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "bad comment style", "unknown macro will be lost", "line scope broken", - "scope broken", "argument count wrong", "request scope close w/none open", "scope already open", @@ -162,7 +162,8 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "missing font type", "displays may not be nested", "unsupported display type", - "no scope to rewind: syntax violated", + "blocks badly nested", + "no such block is open", "scope broken, syntax violated", "line scope broken, syntax violated", "argument count wrong, violates syntax",