Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Nov 2014 00:08:43 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r274903 - head/usr.bin/man
Message-ID:  <201411230008.sAN08hSH088704@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Nov 23 00:08:43 2014
New Revision: 274903
URL: https://svnweb.freebsd.org/changeset/base/274903

Log:
  Fix typo

Modified:
  head/usr.bin/man/man.sh

Modified: head/usr.bin/man/man.sh
==============================================================================
--- head/usr.bin/man/man.sh	Sun Nov 23 00:08:22 2014	(r274902)
+++ head/usr.bin/man/man.sh	Sun Nov 23 00:08:43 2014	(r274903)
@@ -326,7 +326,7 @@ man_display_page() {
 	pipeline="$pipeline mandoc -Tlocale | $MANPAGER"
 
 	if ! eval "$cattool $manpage | $testline" ;then
-		if which -s groff2; then
+		if which -s groff; then
 			man_display_page_groff
 		else
 			echo "This manpage needs groff(1) to be rendered" >&2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411230008.sAN08hSH088704>