misc/check-doc.sh: run mandoc -Tlint -Wall on the manpages

This commit is contained in:
Wolfgang Bumiller 2013-08-28 14:33:09 +02:00
parent 494c30a239
commit 660a22d647

View file

@ -41,3 +41,5 @@ check_opt() {
check_opt FLAGS f
check_opt WARNS W
check_opt OPTIMIZATIONS O
for i in doc/*.1; do mandoc -Tlint -Wall "$i"; done