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