Use __dead
Fix Dd argument.
add a safe alternative of the previous.
Change the ironically unafe "find . -print | xargs pathchk -p" tothe safe "find . -exec pathchk -p \{\} +" in an example.
Enable WARNS=4 by default for usr.bin, except for: awk bdes checknr compile_et error gss hxtool kgetcred kinit klist ldd less lex locale login m4 man menuc mk_cmds mklocale msgc
Enable WARNS=4 by default for usr.bin, except for: awk bdes checknr compile_et error gss hxtool kgetcred kinit klist ldd less lex locale login m4 man menuc mk_cmds mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh string2key telnet tn3270 verify_krb5_conf xlint
show more ...
Dd month argument should not be abbreviated.
bump date, and fix typo in macro name (.Nx, not .Nm)
add POSIX.2 patchchk(1) utility - check pathnamesfrom FreeBSD via Jonathan Perkinfixes PR standards/11198 by Ben Harris