From 46f86c1cbbaeaa9251c5686ec1aa257f7b354932 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 14 Sep 2015 15:36:14 +0000 Subject: Remove the warning about children of .Vt blocks because actually, .Vt type global_variable No = Dv defined_constant ; is the best way to specify in the SYNOPSIS how a global variable is initialized in the rare case where that matters. Issue noticed by jmc@. --- read.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'read.c') diff --git a/read.c b/read.c index 2a7eeb6e..fd7b5ce1 100644 --- a/read.c +++ b/read.c @@ -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", -- cgit v1.2.3