=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.125 retrieving revision 1.127 diff -u -p -r1.125 -r1.127 --- mandoc/main.c 2010/12/22 11:38:17 1.125 +++ mandoc/main.c 2010/12/29 14:38:14 1.127 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.125 2010/12/22 11:38:17 kristaps Exp $ */ +/* $Id: main.c,v 1.127 2010/12/29 14:38:14 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze @@ -179,6 +179,10 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "generic error", + "bad table syntax", + "bad table option", + "bad table layout", + "no table layout cells specified", "input stack limit exceeded, infinite loop?", "skipping bad character", "skipping text before the first section header",