summaryrefslogtreecommitdiffstats
path: root/mandoc.h
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 /mandoc.h
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 'mandoc.h')
-rw-r--r--mandoc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mandoc.h b/mandoc.h
index d68f3c16..98f7da95 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -86,7 +86,6 @@ enum mandocerr {
MANDOCERR_BLK_NEST, /* blocks badly nested: macro ... */
MANDOCERR_BD_NEST, /* nested displays are not portable: macro ... */
MANDOCERR_BL_MOVE, /* moving content out of list: macro */
- MANDOCERR_VT_CHILD, /* .Vt block has child macro: macro */
MANDOCERR_FI_SKIP, /* fill mode already enabled, skipping: fi */
MANDOCERR_NF_SKIP, /* fill mode already disabled, skipping: nf */
MANDOCERR_BLK_LINE, /* line scope broken: macro breaks macro */