=================================================================== RCS file: /cvs/mandoc/read.c,v retrieving revision 1.72 retrieving revision 1.75 diff -u -p -r1.72 -r1.75 --- mandoc/read.c 2014/07/30 14:50:08 1.72 +++ mandoc/read.c 2014/07/31 00:41:10 1.75 @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.72 2014/07/30 14:50:08 schwarze Exp $ */ +/* $Id: read.c,v 1.75 2014/07/31 00:41:10 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -185,6 +185,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "input stack limit exceeded, infinite loop?", "skipping bad character", "skipping unknown macro", + "skipping item outside list", "skipping column outside column list", "skipping end of block that is not open", "inserting missing end of block", @@ -204,10 +205,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "generic fatal error", "input too large", - "column syntax is inconsistent", "NOT IMPLEMENTED: .Bd -file", - "child violates parent syntax", - "argument count wrong, violates syntax", "NOT IMPLEMENTED: .so with absolute path or \"..\"", ".so request failed", "static buffer exhausted",