mandoc -Tlocale is now the default, no need to enforce it anymore

This commit is contained in:
bapt 2014-12-25 22:04:16 +00:00
parent cf139e2b7a
commit 9504085abf

View File

@ -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