=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.105 retrieving revision 1.108 diff -u -p -r1.105 -r1.108 --- mandoc/main.c 2010/09/04 20:18:53 1.105 +++ mandoc/main.c 2010/10/11 15:46:19 1.108 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.105 2010/09/04 20:18:53 kristaps Exp $ */ +/* $Id: main.c,v 1.108 2010/10/11 15:46:19 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze @@ -132,14 +132,12 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "unterminated quoted string", "argument requires the width argument", "superfluous width argument", - "ignoring argument", "bad date argument", "bad width argument", "unknown manual section", "section not in conventional manual section", "end of line whitespace", "blocks badly nested", - "scope open on exit", "generic error", @@ -150,6 +148,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "list type repeated", "display type repeated", "argument repeated", + "ignoring argument", "manual name not yet set", "obsolete macro ignored", "empty macro ignored", @@ -165,6 +164,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "argument count wrong", "request scope close w/none open", "scope already open", + "scope open on exit", "macro requires line argument(s)", "macro requires body argument(s)", "macro requires argument(s)", @@ -174,6 +174,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "missing font type", "line argument(s) will be lost", "body argument(s) will be lost", + "paragraph macro ignored", "generic fatal error", @@ -182,7 +183,6 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "unsupported display type", "blocks badly nested", "no such block is open", - "scope broken, syntax violated", "line scope broken, syntax violated", "argument count wrong, violates syntax", "child violates parent syntax",