mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Only manpages with fatal errors should be rendered by groff(1)
This commit is contained in:
parent
dad0c32719
commit
0489fbcd33
1 changed files with 1 additions and 1 deletions
|
|
@ -311,7 +311,7 @@ man_display_page() {
|
|||
return
|
||||
fi
|
||||
|
||||
testline="mandoc -Tlint -Werror 2>/dev/null"
|
||||
testline="mandoc -Tlint -Wfatal 2>/dev/null"
|
||||
pipeline="mandoc | $MANPAGER"
|
||||
|
||||
if ! eval "$cattool $manpage | $testline" ;then
|
||||
|
|
|
|||
Loading…
Reference in a new issue