aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Miller <alex.miller@gmx.de>2016-04-18 13:49:32 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-04-18 13:49:32 +0100
commit6c60c0965fa969d3ec14dd2f3334d9597da111bc (patch)
treefbd18d80ee64e6c2c51a80eb76fa37039120d948
parent851124df284c4a8b87f5b3147712d7bbf2ec1fa6 (diff)
downloadman-pages-6c60c0965fa969d3ec14dd2f3334d9597da111bc.tar.gz
Makefile: tfix
Signed-off-by: Alexander Miller <alex.miller@gmx.de> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4b9619f3e4..52df69a09c 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ install:
done; \
# Check if groff reports warnings (may be words of sentences not displayed)
-# from http://lintian.debian.org/tags/manpage-has-errors-from-man.html
+# from http://lintian.debian.org/tags/manpage-has-errors-from-man.html
check-groff-warnings:
GROFF_LOG="$$(mktemp --tmpdir manpages-checksXXXX)" || exit $$?; \
for i in man?/*.[1-9]; \