=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.117 retrieving revision 1.120 diff -u -p -r1.117 -r1.120 --- mandoc/main.c 2010/12/05 15:49:37 1.117 +++ mandoc/main.c 2010/12/06 15:31:19 1.120 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.117 2010/12/05 15:49:37 kristaps Exp $ */ +/* $Id: main.c,v 1.120 2010/12/06 15:31: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", @@ -145,6 +144,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "NAME section must come first", "bad Boolean value", + "unknown font", "child violates parent syntax", "displays may not be nested", "bad AT&T symbol", @@ -188,6 +188,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",