Commit Diff


commit - c992a1e9b1b3f12475053356a5e9e2f0381211f3
commit + 8ee9129d311db83c623c708b7c7a8432ff900b48
blob - 3977812b16b32a0a24dcf5763fb0227709d8663a
blob + 95139aa5def179ea3f6b9b3ed56d1c02c5020acd
--- Makefile
+++ Makefile
@@ -36,7 +36,7 @@ install: ${PROGS}
 	${INSTALL_MAN} ${MANS} ${DESTDIR}${MANDIR}/man1/
 
 lint:
-	man -Tlint -l ${MANS}
+	man -Tlint -Wstyle -l ${MANS}
 
 plass.1.html: plass.1
 	man -Thtml -Ostyle=mandoc.css -l plass.1 > $@