CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2017/06/24 08:38:28
Modified files: usr.bin/mandoc : att.c cgi.c main.c man_html.c man_validate.c mandoc.1 mandoc.h mandocdb.c mdoc_html.c mdoc_validate.c read.c roff.c roff.h roff_html.c roff_term.c st.c Log message: Split -Wstyle into -Wstyle and the even lower -Wbase, and add -Wopenbsd and -Wnetbsd to check conventions for the base system of a specific operating system. Mark operating system specific messages with "(OpenBSD)" at the end. Please use just "-Tlint" to check base system manuals (defaulting to -Wall, which is now -Wbase), but prefer "-Tlint -Wstyle" for the manuals of portable software projects you maintain that are not part of OpenBSD base, to avoid bogus recommendations about base system conventions that do not apply. Issue originally reported by semarie@, solution using an idea from tedu@, discussed with jmc@ and jca@.