diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-02 16:58:57 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-02 16:58:57 +0000 |
commit | 4f48dc950ba2d6423d4f4c83899f03525d151b77 (patch) | |
tree | 62b21fcacf1cf3f74af46a3ab4385a92d9fa9eba /usr.bin/man | |
parent | f4d100725d976f4335d33258435f7c9df86e4b36 (diff) | |
parent | 80c7f1aee8189548bae378d187dc2944e26ec112 (diff) | |
download | FreeBSD-src-4f48dc950ba2d6423d4f4c83899f03525d151b77.zip FreeBSD-src-4f48dc950ba2d6423d4f4c83899f03525d151b77.tar.gz |
Update mandoc to cvs snaphot from 20150302
Use the new unsupp warning level to detect the unsupported manpages in man(1)
Diffstat (limited to 'usr.bin/man')
-rwxr-xr-x | usr.bin/man/man.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/man/man.sh b/usr.bin/man/man.sh index eb35b79..8541784 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 |