=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.108 retrieving revision 1.110 diff -u -p -r1.108 -r1.110 --- mandoc/main.c 2010/10/11 15:46:19 1.108 +++ mandoc/main.c 2010/12/01 10:31:34 1.110 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.108 2010/10/11 15:46:19 kristaps Exp $ */ +/* $Id: main.c,v 1.110 2010/12/01 10:31:34 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze @@ -125,8 +125,6 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "out of order prologue", "repeated prologue entry", "list type must come first", - "bad standard", - "bad library", "tab in non-literal context", "bad escape sequence", "unterminated quoted string", @@ -145,6 +143,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "bad Boolean value", "child violates parent syntax", "bad AT&T symbol", + "bad standard", "list type repeated", "display type repeated", "argument repeated", @@ -160,6 +159,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "no text in this context", "bad comment style", "unknown macro will be lost", + "NOT IMPLEMENTED: skipping request", "line scope broken", "argument count wrong", "request scope close w/none open",