]> git.cameronkatri.com Git - mandoc.git/commit
Remove the warning about children of .Vt blocks because actually,
authorIngo Schwarze <schwarze@openbsd.org>
Mon, 14 Sep 2015 15:36:14 +0000 (15:36 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Mon, 14 Sep 2015 15:36:14 +0000 (15:36 +0000)
commit46f86c1cbbaeaa9251c5686ec1aa257f7b354932
treedcba6c32c1b0c1972e099d09e26e2ecd6fad90f4
parenta0f5853878666f771cb5ad64e8204452e9dc68f7
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@.
mandoc.1
mandoc.h
mdoc_validate.c
read.c