[openssh-commits] [openssh] 01/01: Fix typo in man page formatter selector.
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed May 15 16:20:06 AEST 2019
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 6fd4aa2aafbce90acb11a328ca0aa0696cb01c6b
Author: Darren Tucker <dtucker at dtucker.net>
Date: Wed May 15 16:19:14 2019 +1000
Fix typo in man page formatter selector.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 17a11dee..23f4de7e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,7 +53,7 @@ elif test "x$NROFF" != "x" ; then
elif test "x$GROFF" != "x" ; then
MANFMT="$GROFF -mandoc -Tascii"
else
- AC_MSG_WARN([no manpage formatted found])
+ AC_MSG_WARN([no manpage formatter found])
MANFMT="false"
fi
AC_SUBST([MANFMT])
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list