svn commit: r276220 - head/usr.bin/man

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 25 22:04:18 UTC 2014


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


More information about the svn-src-all mailing list