summaryrefslogtreecommitdiff
path: root/usr.bin/man
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-25 22:04:16 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-25 22:04:16 +0000
commitfd83961f7227f20a2cecb2dfda3243ad4979420a (patch)
tree5fbedb164f80f78d33d27fee54dd063ebc91dccc /usr.bin/man
parent47ed86a87563118d4260f8cdc9c60673d53d4e03 (diff)
downloadsrc-test-fd83961f7227f20a2cecb2dfda3243ad4979420a.tar.gz
src-test-fd83961f7227f20a2cecb2dfda3243ad4979420a.zip
mandoc -Tlocale is now the default, no need to enforce it anymore
Notes
Notes: svn path=/head/; revision=276220
Diffstat (limited to 'usr.bin/man')
-rwxr-xr-xusr.bin/man/man.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/man/man.sh b/usr.bin/man/man.sh
index de03f400bf13d..86d6b14b86481 100755
--- a/usr.bin/man/man.sh
+++ b/usr.bin/man/man.sh
@@ -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