=================================================================== RCS file: /cvs/mandoc/read.c,v retrieving revision 1.140 retrieving revision 1.141 diff -u -p -r1.140 -r1.141 --- mandoc/read.c 2015/07/19 06:05:16 1.140 +++ mandoc/read.c 2015/09/14 15:36:14 1.141 @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.140 2015/07/19 06:05:16 schwarze Exp $ */ +/* $Id: read.c,v 1.141 2015/09/14 15:36:14 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2015 Ingo Schwarze @@ -129,7 +129,6 @@ static const char * const mandocerrs[MANDOCERR_MAX] = "blocks badly nested", "nested displays are not portable", "moving content out of list", - ".Vt block has child macro", "fill mode already enabled, skipping", "fill mode already disabled, skipping", "line scope broken",