summaryrefslogtreecommitdiff
path: root/regress/usr.bin/mandoc/man/PP/Makefile
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2014-07-04 16:11:43 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2014-07-04 16:11:43 +0000
commit2c6982d062b7ce1ae253db8021bc097ca2d00311 (patch)
tree2919649c07a9aa9c36789b93bd731e844e44b77a /regress/usr.bin/mandoc/man/PP/Makefile
parent9144ba6ca272f3983a9b8843ee75d03b753e020b (diff)
Clean up messages regarding excess arguments:
* Downgrade ".Bf -emphasis Em" from FATAL to WARNING. * Mention the macros, the arguments, and the fallbacks. * Hierarchical naming. Also fix the handling of excess .It head arguments in -Tman.
Diffstat (limited to 'regress/usr.bin/mandoc/man/PP/Makefile')
-rw-r--r--regress/usr.bin/mandoc/man/PP/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/usr.bin/mandoc/man/PP/Makefile b/regress/usr.bin/mandoc/man/PP/Makefile
index 33e1961ce66..7655d294203 100644
--- a/regress/usr.bin/mandoc/man/PP/Makefile
+++ b/regress/usr.bin/mandoc/man/PP/Makefile
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.3 2014/07/02 05:51:49 schwarze Exp $
+# $OpenBSD: Makefile,v 1.4 2014/07/04 16:11:41 schwarze Exp $
-REGRESS_TARGETS = empty
-LINT_TARGETS = empty
+REGRESS_TARGETS = args empty
+LINT_TARGETS = args empty
.include <bsd.regress.mk>