diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2018-02-06 16:29:57 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2018-02-06 16:29:57 +0000 |
commit | cb905d79fd418fb87893e01a3df16fe1bdbc52b3 (patch) | |
tree | 9bedba513c46748131d84ddc78b04c97b4919097 /regress/mdoc/Oo/Makefile | |
parent | f46c36d9584352b2dfc4f14ac9328c9420d84a88 (diff) | |
download | mandoc-cb905d79fd418fb87893e01a3df16fe1bdbc52b3.tar.gz |
Delete the "no blank before trailing delimiter" check from the
partial explicit macros. Leah Neukirchen <leah at vuxu dot org>
rightfully points out that the check makes no sense for these macros.
Diffstat (limited to 'regress/mdoc/Oo/Makefile')
-rw-r--r-- | regress/mdoc/Oo/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/regress/mdoc/Oo/Makefile b/regress/mdoc/Oo/Makefile index e98c9475..67bf2449 100644 --- a/regress/mdoc/Oo/Makefile +++ b/regress/mdoc/Oo/Makefile @@ -1,6 +1,5 @@ # $OpenBSD: Makefile,v 1.1 2012/07/07 14:10:55 schwarze Exp $ REGRESS_TARGETS = punct -LINT_TARGETS = punct .include <bsd.regress.mk> |