Date: Thu, 25 Dec 2014 22:04:17 +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: r276220 - head/usr.bin/man Message-ID: <201412252204.sBPM4Hg4074991@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Thu Dec 25 22:04:16 2014 New Revision: 276220 URL: https://svnweb.freebsd.org/changeset/base/276220 Log: mandoc -Tlocale is now the default, no need to enforce it anymore Modified: head/usr.bin/man/man.sh Modified: head/usr.bin/man/man.sh ============================================================================== --- head/usr.bin/man/man.sh Thu Dec 25 21:56:56 2014 (r276219) +++ head/usr.bin/man/man.sh Thu Dec 25 22:04:16 2014 (r276220) @@ -312,7 +312,7 @@ man_display_page() { fi testline="mandoc -Tlint -Werror 2>/dev/null" - pipeline="mandoc -Tlocale | $MANPAGER" + pipeline="mandoc | $MANPAGER" if ! eval "$cattool $manpage | $testline" ;then if which -s groff; then
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412252204.sBPM4Hg4074991>