CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/09/14 09:35:47
Modified files:
usr.bin/mandoc : mandoc.1 mandoc.h mdoc_validate.c read.c
regress/usr.bin/mandoc/mdoc/Vt: Makefile
Removed files:
regress/usr.bin/mandoc/mdoc/Vt: child.out_lint
Log message:
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@.