=================================================================== RCS file: /cvs/mandoc/main.c,v retrieving revision 1.128 retrieving revision 1.129 diff -u -p -r1.128 -r1.129 --- mandoc/main.c 2011/01/01 13:37:40 1.128 +++ mandoc/main.c 2011/01/01 15:45:18 1.129 @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.128 2011/01/01 13:37:40 kristaps Exp $ */ +/* $Id: main.c,v 1.129 2011/01/01 15:45:18 kristaps Exp $ */ /* * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons * Copyright (c) 2010 Ingo Schwarze @@ -183,6 +183,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "bad table option", "bad table layout", "no table layout cells specified", + "no table data cells specified", "input stack limit exceeded, infinite loop?", "skipping bad character", "skipping text before the first section header",