aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit46f86c1cbbaeaa9251c5686ec1aa257f7b354932 (patch)
treedcba6c32c1b0c1972e099d09e26e2ecd6fad90f4 /read.c
parenta0f5853878666f771cb5ad64e8204452e9dc68f7 (diff)
downloadmandoc-46f86c1cbbaeaa9251c5686ec1aa257f7b354932.tar.gz
mandoc-46f86c1cbbaeaa9251c5686ec1aa257f7b354932.tar.zst
mandoc-46f86c1cbbaeaa9251c5686ec1aa257f7b354932.zip
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.c3
1 files changed, 1 insertions, 2 deletions
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 <kristaps@bsd.lv>
* Copyright (c) 2010-2015 Ingo Schwarze <schwarze@openbsd.org>
@@ -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",