summaryrefslogtreecommitdiff
path: root/share/man/man9/style.9
AgeCommit message (Expand)Author
2008-11-14the warnings produced by -Wtraditional are not interesting, so remove it.Ted Unangst
2007-09-28make clear that the usage and synopsis take the same formIgor Sobrado
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29delete some overly fascist rules.. prodded by tom/jmcTheo de Raadt
2007-02-15forever loops may be done with for or while, it doesnt matter;Thordur I. Bjornsson
2006-05-27remove bogus non-style advice that just causes "discussions"Theo de Raadt
2006-03-21Encourage using strtonum(3).Ray Lai
2006-03-19Remove case '?': from getopt example.Ray Lai
2005-10-27make the example more likely to compile, ha ha; maticd@gmail.comTheo de Raadt
2005-08-08lclint is not in the ports tree anymore, splint is. OK jmc@.Xavier Santolaria
2005-07-09note that documentation has its own style guide, mdoc.samples(7);Jason McIntyre
2005-05-15Update style recommendation around NULL usage, especially in functionKenneth R Westerback
2004-04-10specify an indent for displays, plus some grammar;Jason McIntyre
2004-02-24add FILES section documenting license.template;Jason McIntyre
2004-02-10describe `volatile' as type-qualifier, not specifier;Jason McIntyre
2003-10-04Note that for usage(), numbers (as options) come first, followed byJason McIntyre
2003-09-29/usr include files -> /usr/include files;Jason McIntyre
2003-06-29swap .Pa Aq -> .Aq Pa to make both macros expand;Jason McIntyre
2003-04-20typos;Jason McIntyre
2003-02-26start new sentence on a new lineDavid Krause
2003-02-25double word typos;Jason McIntyre
2003-01-21Style, punctuation and grammar fixups from Ted Unangst on bugs@.Hugh Graham
2002-10-11Add a bit on volatile vs volatile pointers. OK jason@ millert@Marco S Hyman
2002-06-03use void keyword in usage example. ok theoKjell Wooding
2002-05-23'SEE ALSO' audit in 'share/man/':Mike Pechkin
2002-04-01recommending sysexits.h has been ridiculous from the startTheo de Raadt
2002-02-17Deprecate __PTodd C. Miller
2002-01-12 o Don't use register except in conjunction with assemblerTodd C. Miller
2001-10-05Powered by @mantoya:Mike Pechkin
2001-10-04e.g. and i.e. cleanupPeter Stromberg
2001-06-28speling; jsyn@nthought.comTodd C. Miller
2001-06-24No variable names associated with prototype parameters, even in the kernel.Todd C. Miller
2001-06-24No space between function name and parenthesized arg types in a functionTodd C. Miller
2001-06-18As discussed ages ago we prefer ANSI for new code.Todd C. Miller
2001-04-10Remove lies about printf vs. puts/fputs/putchar.Todd C. Miller
2001-03-14Correct getopt usage in sample code; fixes PR/1729.Aaron Campbell
2001-03-06first sweep ...Brad Smith
2001-02-04Put KNF in the NAME field so apropos/man -k will find it.Jason Wright
2001-01-25Clarify that local variable declarations should be sorted by size largest toAaron Campbell
2000-12-21Revert the previous commit: it made sense for human consumption, but lint(1)Aaron Campbell
2000-12-20Mention that /* NOTREACHED */ is unncessary following an exit(3) call, where itAaron Campbell
2000-10-25Various fixes; from gluk@ptci.ruAaron Campbell
2000-10-12General man page cleanups, mostly to remove trailing whitespace, hardAaron Campbell
2000-03-06Do not leave `(' characters dangling at the end of lines; instead, use theAaron Campbell
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
1999-08-31A few C++ nits, more references.Marc Espie
1999-08-19From FreeBSD with changes from /usr/share/misc/styleTodd C. Miller