main() more typically uses 'char **argv' instead of 'char *argv[]'. Remove
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 16 Mar 2004 18:09:32 +0000 (18:09 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 16 Mar 2004 18:09:32 +0000 (18:09 +0000)
commitf08b83b9f4fe2898ed661eef1e344364a501ceab
treedf1f0df19f5705901ede121101a4cf8cdd440cec
parente24b948e7688956f2d1894c08ea3246b660d7c38
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@catseye.mine.nu>
Additional-changes-by: dillon
share/man/man9/style.9