summaryrefslogtreecommitdiffstats
path: root/read.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-09-14 15:36:14 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-09-14 15:36:14 +0000
commita56a160b9614f2772c5f1aa68fe4b0e7f3baf55c (patch)
tree13d9ab28831d91e2d09ea2b46b6cb65f463b7ca8 /read.c
parentd2adfebbaa7840853e155aeba058fa8378e9c967 (diff)
downloadmandoc-a56a160b9614f2772c5f1aa68fe4b0e7f3baf55c.tar.gz
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@.
Diffstat (limited to 'read.c')
-rw-r--r--read.c1
1 files changed, 0 insertions, 1 deletions
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",