| Commit message (Expand) | Author | Age | Files | Lines |
* | some Bx/Ox conversion; |  jmc | 2013-08-14 | 1 | -5/+4 |
* | no longer any need to quote macro lines with >9 args; |  jmc | 2013-08-14 | 1 | -3/+3 |
* | replace "err(1, (char *)NULL);" with "err(1, NULL);" |  jmc | 2012-11-02 | 1 | -3/+3 |
* | Recommend using "unsigned int" instead of just "unsigned". |  ratchov | 2012-04-11 | 1 | -2/+8 |
* | no more lint; |  jmc | 2012-04-08 | 1 | -4/+3 |
* | remove mdoc.samples(7): all info already is in mdoc(7) |  schwarze | 2011-09-17 | 1 | -4/+4 |
* | the warnings produced by -Wtraditional are not interesting, so remove it. |  tedu | 2008-11-14 | 1 | -9/+4 |
* | make clear that the usage and synopsis take the same form |  sobrado | 2007-09-28 | 1 | -3/+3 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 1 | -2/+2 |
* | delete some overly fascist rules.. prodded by tom/jmc |  deraadt | 2007-05-29 | 1 | -7/+2 |
* | forever loops may be done with for or while, it doesnt matter; |  thib | 2007-02-15 | 1 | -5/+1 |
* | remove bogus non-style advice that just causes "discussions" |  deraadt | 2006-05-27 | 1 | -12/+1 |
* | Encourage using strtonum(3). |  ray | 2006-03-21 | 1 | -9/+6 |
* | Remove case '?': from getopt example. |  ray | 2006-03-19 | 1 | -2/+1 |
* | make the example more likely to compile, ha ha; maticd@gmail.com |  deraadt | 2005-10-27 | 1 | -2/+2 |
* | lclint is not in the ports tree anymore, splint is. OK jmc@. |  xsa | 2005-08-08 | 1 | -2/+2 |
* | note that documentation has its own style guide, mdoc.samples(7); |  jmc | 2005-07-09 | 1 | -2/+7 |
* | Update style recommendation around NULL usage, especially in function |  krw | 2005-05-15 | 1 | -6/+3 |
* | specify an indent for displays, plus some grammar; |  jmc | 2004-04-10 | 1 | -127/+123 |
* | add FILES section documenting license.template; |  jmc | 2004-02-24 | 1 | -2/+6 |
* | describe `volatile' as type-qualifier, not specifier; |  jmc | 2004-02-10 | 1 | -2/+2 |
* | Note that for usage(), numbers (as options) come first, followed by |  jmc | 2003-10-04 | 1 | -2/+8 |
* | /usr include files -> /usr/include files; |  jmc | 2003-09-29 | 1 | -5/+5 |
* | swap .Pa Aq -> .Aq Pa to make both macros expand; |  jmc | 2003-06-29 | 1 | -7/+7 |
* | typos; |  jmc | 2003-04-20 | 1 | -3/+3 |
* | start new sentence on a new line |  david | 2003-02-26 | 1 | -3/+3 |
* | double word typos; |  jmc | 2003-02-25 | 1 | -2/+2 |
* | Style, punctuation and grammar fixups from Ted Unangst on bugs@. |  hugh | 2003-01-21 | 1 | -6/+6 |
* | Add a bit on volatile vs volatile pointers. OK jason@ millert@ |  marc | 2002-10-11 | 1 | -6/+30 |
* | use void keyword in usage example. ok theo |  kjell | 2002-06-03 | 1 | -2/+2 |
* | 'SEE ALSO' audit in 'share/man/': |  mpech | 2002-05-23 | 1 | -2/+2 |
* | recommending sysexits.h has been ridiculous from the start |  deraadt | 2002-04-01 | 1 | -7/+4 |
* | Deprecate __P |  millert | 2002-02-17 | 1 | -8/+6 |
* | o Don't use register except in conjunction with assembler |  millert | 2002-01-12 | 1 | -1/+52 |
* | Powered by @mantoya: |  mpech | 2001-10-05 | 1 | -2/+3 |
* | e.g. and i.e. cleanup |  wilfried | 2001-10-04 | 1 | -4/+4 |
* | speling; jsyn@nthought.com |  millert | 2001-06-28 | 1 | -3/+4 |
* | No variable names associated with prototype parameters, even in the kernel. |  millert | 2001-06-24 | 1 | -7/+10 |
* | No space between function name and parenthesized arg types in a function |  millert | 2001-06-24 | 1 | -6/+6 |
* | As discussed ages ago we prefer ANSI for new code. |  millert | 2001-06-18 | 1 | -31/+23 |
* | Remove lies about printf vs. puts/fputs/putchar. |  millert | 2001-04-10 | 1 | -6/+1 |
* | Correct getopt usage in sample code; fixes PR/1729. |  aaron | 2001-03-14 | 1 | -2/+2 |
* | first sweep ... |  brad | 2001-03-06 | 1 | -2/+2 |
* | Put KNF in the NAME field so apropos/man -k will find it. |  jason | 2001-02-04 | 1 | -2/+2 |
* | Clarify that local variable declarations should be sorted by size largest to |  aaron | 2001-01-25 | 1 | -4/+4 |
* | Revert the previous commit: it made sense for human consumption, but lint(1) |  aaron | 2000-12-21 | 1 | -5/+2 |
* | Mention that /* NOTREACHED */ is unncessary following an exit(3) call, where it |  aaron | 2000-12-20 | 1 | -2/+5 |
* | Various fixes; from gluk@ptci.ru |  aaron | 2000-10-25 | 1 | -3/+3 |
* | General man page cleanups, mostly to remove trailing whitespace, hard |  aaron | 2000-10-12 | 1 | -63/+73 |
* | Do not leave `(' characters dangling at the end of lines; instead, use the |  aaron | 2000-03-06 | 1 | -3/+3 |