=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.117 retrieving revision 1.119 diff -u -p -r1.117 -r1.119 --- mandoc/main.c 2010/12/05 15:49:37 1.117 +++ mandoc/main.c 2010/12/06 11:01:19 1.119 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.117 2010/12/05 15:49:37 kristaps Exp $ */ +/* $Id: main.c,v 1.119 2010/12/06 11:01:19 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze @@ -133,7 +133,6 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "bad escape sequence", "unterminated quoted string", "argument requires the width argument", - "superfluous width argument", "bad date argument", "bad width argument", "unknown manual section", @@ -188,6 +187,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "unsupported display type", "blocks badly nested", "no such block is open", + "missing end of block", "line scope broken, syntax violated", "argument count wrong, violates syntax", "child violates parent syntax",