Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some Bx/Ox conversion; | 2013-08-14 | 1 | -5/+4 | |
| | | | | From: Jan Stary | ||||
* | no longer any need to quote macro lines with >9 args; | 2013-08-14 | 1 | -3/+3 | |
| | | | | From: Jan Stary | ||||
* | replace "err(1, (char *)NULL);" with "err(1, NULL);" | 2012-11-02 | 1 | -3/+3 | |
| | | | | | | from Rafael ok haesbaert ratchov | ||||
* | Recommend using "unsigned int" instead of just "unsigned". | 2012-04-11 | 1 | -2/+8 | |
| | | | | ok deraadt@, tweaks from jmc@ and todd@ | ||||
* | no more lint; | 2012-04-08 | 1 | -4/+3 | |
| | |||||
* | remove mdoc.samples(7): all info already is in mdoc(7) | 2011-09-17 | 1 | -4/+4 | |
| | | | | feedback and ok jmc@ | ||||
* | the warnings produced by -Wtraditional are not interesting, so remove it. | 2008-11-14 | 1 | -9/+4 | |
| | | | | ok jmc otto | ||||
* | make clear that the usage and synopsis take the same form | 2007-09-28 | 1 | -3/+3 | |
| | | | | | | problem noticed by jakemsr@; rewording suggested by jmc@ ok jakemsr@, jmc@ | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | delete some overly fascist rules.. prodded by tom/jmc | 2007-05-29 | 1 | -7/+2 | |
| | |||||
* | forever loops may be done with for or while, it doesnt matter; | 2007-02-15 | 1 | -5/+1 | |
| | | | | | | so remove a line that says it matters. ok deraadt@ | ||||
* | remove bogus non-style advice that just causes "discussions" | 2006-05-27 | 1 | -12/+1 | |
| | |||||
* | Encourage using strtonum(3). | 2006-03-21 | 1 | -9/+6 | |
| | | | | | | Sync variable declarations with variables used in getopt(3) loop. OK otto@ | ||||
* | Remove case '?': from getopt example. | 2006-03-19 | 1 | -2/+1 | |
| | | | | OK otto@ | ||||
* | make the example more likely to compile, ha ha; maticd@gmail.com | 2005-10-27 | 1 | -2/+2 | |
| | |||||
* | lclint is not in the ports tree anymore, splint is. OK jmc@. | 2005-08-08 | 1 | -2/+2 | |
| | |||||
* | note that documentation has its own style guide, mdoc.samples(7); | 2005-07-09 | 1 | -2/+7 | |
| | | | | suggested by beck@, ok tdeval@ | ||||
* | Update style recommendation around NULL usage, especially in function | 2005-05-15 | 1 | -6/+3 | |
| | | | | | | | parameters, after discussions a while ago with mickey@, deraadt@, millert@. Verbiage by millert@, ok millert@. | ||||
* | specify an indent for displays, plus some grammar; | 2004-04-10 | 1 | -127/+123 | |
| | | | | ok deraadt@ | ||||
* | add FILES section documenting license.template; | 2004-02-24 | 1 | -2/+6 | |
| | | | | | | from Nick Nauwelaerts; ok deraadt@ | ||||
* | describe `volatile' as type-qualifier, not specifier; | 2004-02-10 | 1 | -2/+2 | |
| | | | | from Mathias K. Straede (PR 3681); | ||||
* | Note that for usage(), numbers (as options) come first, followed by | 2003-10-04 | 1 | -2/+8 | |
| | | | | | | | | alphabetical order (uppercase takes precedence over lower). Man page option descriptions also appear in this order. This is in line with NetBSD/FreeBSD pages. Discussed with millert@ and deraadt@ | ||||
* | /usr include files -> /usr/include files; | 2003-09-29 | 1 | -5/+5 | |
| | | | | | | from FreeBSD (rev. 1.103); ok deraadt@ miod@ | ||||
* | swap .Pa Aq -> .Aq Pa to make both macros expand; | 2003-06-29 | 1 | -7/+7 | |
| | |||||
* | typos; | 2003-04-20 | 1 | -3/+3 | |
| | |||||
* | start new sentence on a new line | 2003-02-26 | 1 | -3/+3 | |
| | | | | ok mpech@ | ||||
* | double word typos; | 2003-02-25 | 1 | -2/+2 | |
| | | | | all from David Krause - thanks! | ||||
* | Style, punctuation and grammar fixups from Ted Unangst on bugs@. | 2003-01-21 | 1 | -6/+6 | |
| | |||||
* | Add a bit on volatile vs volatile pointers. OK jason@ millert@ | 2002-10-11 | 1 | -6/+30 | |
| | |||||
* | use void keyword in usage example. ok theo | 2002-06-03 | 1 | -2/+2 | |
| | |||||
* | 'SEE ALSO' audit in 'share/man/': | 2002-05-23 | 1 | -2/+2 | |
| | | | | | | | | o) sort; o) "," is separator of entries; o) don't use "." or "," in the last entry; millert@ ok | ||||
* | recommending sysexits.h has been ridiculous from the start | 2002-04-01 | 1 | -7/+4 | |
| | |||||
* | Deprecate __P | 2002-02-17 | 1 | -8/+6 | |
| | |||||
* | o Don't use register except in conjunction with assembler | 2002-01-12 | 1 | -1/+52 | |
| | | | | | o use volatile to avoid clobbering by longjmp or vfork o variables to be modified in signal handlers should be volatile sig_atomic_t | ||||
* | Powered by @mantoya: | 2001-10-05 | 1 | -2/+3 | |
| | | | | | | | | o) start new sentence on a new line; o) minor mdoc fixes; millert@ ok Tip of the day: www.mpechismazohist.com | ||||
* | e.g. and i.e. cleanup | 2001-10-04 | 1 | -4/+4 | |
| | |||||
* | speling; jsyn@nthought.com | 2001-06-28 | 1 | -3/+4 | |
| | |||||
* | No variable names associated with prototype parameters, even in the kernel. | 2001-06-24 | 1 | -7/+10 | |
| | | | | By general consensus... | ||||
* | No space between function name and parenthesized arg types in a function | 2001-06-24 | 1 | -6/+6 | |
| | | | | prototype. Also nuke some __P's while I am in here. | ||||
* | As discussed ages ago we prefer ANSI for new code. | 2001-06-18 | 1 | -31/+23 | |
| | |||||
* | Remove lies about printf vs. puts/fputs/putchar. | 2001-04-10 | 1 | -6/+1 | |
| | |||||
* | Correct getopt usage in sample code; fixes PR/1729. | 2001-03-14 | 1 | -2/+2 | |
| | |||||
* | first sweep ... | 2001-03-06 | 1 | -2/+2 | |
| | | | | | | | | OpenBSD -> .Ox NetBSD -> .Nx FreeBSD -> .Fx -- Ok'd by aaron@ | ||||
* | Put KNF in the NAME field so apropos/man -k will find it. | 2001-02-04 | 1 | -2/+2 | |
| | |||||
* | Clarify that local variable declarations should be sorted by size largest to | 2001-01-25 | 1 | -4/+4 | |
| | | | | smallest; smart@monkey.org | ||||
* | Revert the previous commit: it made sense for human consumption, but lint(1) | 2000-12-21 | 1 | -5/+2 | |
| | | | | | and other code checkers don't like this special case. Pointed out by espie@ and michaels@inet.no. | ||||
* | Mention that /* NOTREACHED */ is unncessary following an exit(3) call, where it | 2000-12-20 | 1 | -2/+5 | |
| | | | | is obvious. | ||||
* | Various fixes; from gluk@ptci.ru | 2000-10-25 | 1 | -3/+3 | |
| | |||||
* | General man page cleanups, mostly to remove trailing whitespace, hard | 2000-10-12 | 1 | -63/+73 | |
| | | | | sentence breaks, and other such things. | ||||
* | Do not leave `(' characters dangling at the end of lines; instead, use the | 2000-03-06 | 1 | -3/+3 | |
| | | | | appropriate mdoc macros to handle these cases. |