summaryrefslogtreecommitdiff
path: root/share/man/man9/style.9
AgeCommit message (Collapse)Author
2001-01-25Clarify that local variable declarations should be sorted by size largest toAaron Campbell
smallest; smart@monkey.org
2000-12-21Revert the previous commit: it made sense for human consumption, but lint(1)Aaron Campbell
and other code checkers don't like this special case. Pointed out by espie@ and michaels@inet.no.
2000-12-20Mention that /* NOTREACHED */ is unncessary following an exit(3) call, where itAaron Campbell
is obvious.
2000-10-25Various fixes; from gluk@ptci.ruAaron Campbell
2000-10-12General man page cleanups, mostly to remove trailing whitespace, hardAaron Campbell
sentence breaks, and other such things.
2000-03-06Do not leave `(' characters dangling at the end of lines; instead, use theAaron Campbell
appropriate mdoc macros to handle these cases.
1999-09-14Tidying and spellingPaul Janzen
1999-09-07+, millert@ okDavid Leonard
1999-09-06oops, thanks, Todd.Marc Espie
1999-09-05New man pages, adapted from NetBSD.Marc Espie
Add corresponding cross-references. Missed some uses of .Dv.
1999-08-31A few C++ nits, more references.Marc Espie
1999-08-19From FreeBSD with changes from /usr/share/misc/styleTodd C. Miller