cvs commit: src/share/man/man9 style.9
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Mar 16 10:10:09 PST 2004
dillon 2004/03/16 10:09:32 PST
DragonFly src repository
Modified files:
share/man/man9 style.9
Log:
main() more typically uses 'char **argv' instead of 'char *argv[]'. Remove
the requirement that an empty line be inserted in function definitions without
local variables (the requirement is actually that NO empty line be inserted).
Revamp the documentation on when and when not to use braces around
substatements.
Submitted-by: Chris Pressey <cpressey at xxxxxxxxxxxxxxx>
Additional-changes-by: dillon
Revision Changes Path
1.9 +29 -10 src/share/man/man9/style.9
http://www.dragonflybsd.org/cvsweb/src/share/man/man9/style.9.diff?r1=1.8&r2=1.9&f=h
More information about the Commits
mailing list