diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-14 15:35:48 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-14 15:35:48 +0000 |
commit | 68618fc7b7935c078b7950b05298984b61acb1b3 (patch) | |
tree | 14107d60ea12e99af242dd18b60803c856aa3092 /regress/usr.bin | |
parent | 6ec4b7c12056eccf19484fcc6fb0fc85bd3bd4f1 (diff) |
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 'regress/usr.bin')
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Vt/Makefile | 4 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Vt/child.out_lint | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/Vt/Makefile b/regress/usr.bin/mandoc/mdoc/Vt/Makefile index 173e4101d08..d1f0a9bd1c9 100644 --- a/regress/usr.bin/mandoc/mdoc/Vt/Makefile +++ b/regress/usr.bin/mandoc/mdoc/Vt/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.6 2014/07/02 20:18:42 schwarze Exp $ +# $OpenBSD: Makefile,v 1.7 2015/09/14 15:35:47 schwarze Exp $ REGRESS_TARGETS = noarg spacing font child -LINT_TARGETS = noarg child +LINT_TARGETS = noarg .include <bsd.regress.mk> diff --git a/regress/usr.bin/mandoc/mdoc/Vt/child.out_lint b/regress/usr.bin/mandoc/mdoc/Vt/child.out_lint deleted file mode 100644 index b4e2ed93dbe..00000000000 --- a/regress/usr.bin/mandoc/mdoc/Vt/child.out_lint +++ /dev/null @@ -1,2 +0,0 @@ -mandoc: child.in:8:12: WARNING: .Vt block has child macro: Sy -mandoc: child.in:8:19: WARNING: .Vt block has child macro: Li |