=================================================================== RCS file: /cvs/mandoc/read.c,v retrieving revision 1.65 retrieving revision 1.66 diff -u -p -r1.65 -r1.66 --- mandoc/read.c 2014/07/07 11:35:06 1.65 +++ mandoc/read.c 2014/07/07 15:03:43 1.66 @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.65 2014/07/07 11:35:06 schwarze Exp $ */ +/* $Id: read.c,v 1.66 2014/07/07 15:03:43 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -183,7 +183,6 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "skipping bad character", "escaped character not allowed in a name", "manual name not yet set", - "skipping text before first section header", "skipping unknown macro", "argument count wrong", "skipping invalid content in .Rs block",