=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/read.c,v retrieving revision 1.34 retrieving revision 1.35 diff -c -r1.34 -r1.35 *** src/usr.bin/mandoc/read.c 2014/07/02 11:42:56 1.34 --- src/usr.bin/mandoc/read.c 2014/07/02 13:10:15 1.35 *************** *** 1,4 **** ! /* $Id: read.c,v 1.34 2014/07/02 11:42:56 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze --- 1,4 ---- ! /* $Id: read.c,v 1.35 2014/07/02 13:10:15 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze *************** *** 112,119 **** "moving paragraph macro out of list", "skipping no-space macro", "blocks badly nested", - "child violates parent syntax", "nested displays are not portable", "fill mode already enabled, skipping .fi", "fill mode already disabled, skipping .nf", "line scope broken", --- 112,120 ---- "moving paragraph macro out of list", "skipping no-space macro", "blocks badly nested", "nested displays are not portable", + "moving content out of list", + ".Vt block has child macro", "fill mode already enabled, skipping .fi", "fill mode already disabled, skipping .nf", "line scope broken", *************** *** 172,177 **** --- 173,179 ---- "skipping unknown macro", "NOT IMPLEMENTED, please use groff: skipping request", "argument count wrong", + "skipping invalid content in .Rs block", "skipping column outside column list", "skipping end of block that is not open", "missing end of block",