mandoc -Tlocale is now the default, no need to enforce it anymore
This commit is contained in:
parent
cf139e2b7a
commit
9504085abf
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user