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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"