=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.124 retrieving revision 1.126 diff -u -p -r1.124 -r1.126 --- mandoc/main.c 2010/12/21 01:22:03 1.124 +++ mandoc/main.c 2010/12/29 01:16:57 1.126 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.124 2010/12/21 01:22:03 schwarze Exp $ */ +/* $Id: main.c,v 1.126 2010/12/29 01:16:57 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze @@ -145,6 +145,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = /* related to macros and nesting */ "skipping obsolete macro", + "skipping paragraph macro", "blocks badly nested", "child violates parent syntax", "nested displays are not portable", @@ -178,11 +179,12 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "generic error", + "bad table syntax", + "bad table option", "input stack limit exceeded, infinite loop?", "skipping bad character", "skipping text before the first section header", "skipping unknown macro", - "skipping paragraph macro", "NOT IMPLEMENTED: skipping request", "line scope broken", "argument count wrong",