summaryrefslogtreecommitdiff
path: root/usr.bin/man
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-03-02 16:58:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-03-02 16:58:57 +0000
commit849684b013ea2546e1f359ccd89e0769dfbf832a (patch)
tree62b21fcacf1cf3f74af46a3ab4385a92d9fa9eba /usr.bin/man
parentdb997e07c0771e25431b4c83f7027191294e2c3d (diff)
parent7d5354266f59d5acd666d59a0791abdc8dced520 (diff)
downloadsrc-test-849684b013ea2546e1f359ccd89e0769dfbf832a.tar.gz
src-test-849684b013ea2546e1f359ccd89e0769dfbf832a.zip
Update mandoc to cvs snaphot from 20150302
Use the new unsupp warning level to detect the unsupported manpages in man(1)
Notes
Notes: svn path=/head/; revision=279527
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 eb35b79c6a292..8541784710dd4 100755
--- a/usr.bin/man/man.sh
+++ b/usr.bin/man/man.sh
@@ -311,7 +311,7 @@ man_display_page() {
return
fi
- testline="mandoc -Tlint -Wfatal 2>/dev/null"
+ testline="mandoc -Tlint -Wunsupp 2>/dev/null"
pipeline="mandoc | $MANPAGER"
if ! eval "$cattool $manpage | $testline" ;then