=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/read.c,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- src/usr.bin/mandoc/read.c 2014/08/08 15:21:17 1.50 +++ src/usr.bin/mandoc/read.c 2014/08/08 15:26:28 1.51 @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.50 2014/08/08 15:21:17 schwarze Exp $ */ +/* $Id: read.c,v 1.51 2014/08/08 15:26:28 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -177,6 +177,7 @@ "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", @@ -198,7 +199,6 @@ "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",