From a56a160b9614f2772c5f1aa68fe4b0e7f3baf55c 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 | 1 - 1 file changed, 1 deletion(-) (limited to 'read.c') diff --git a/read.c b/read.c index 11b24ac1..5bf56123 100644 --- a/read.c +++ b/read.c @@ -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