Fix spelling in style.9
This is a multi-part message in MIME format.
--------------090302070201000208020605
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Patch to share/man/man9/style.9 .
Spell "BRACES" correctly ;).
--
Tim Wickberg
me@k9mach3.org
--------------090302070201000208020605
Content-Type: text/plain;
name="style.9.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="style.9.diff"
--- /usr/src/share/man/man9/style.old.9 2004-06-01 07:40:43.000000000 -0400
+++ /usr/src/share/man/man9/style.9 2004-06-01 07:41:49.000000000 -0400
@@ -462,7 +462,7 @@
/* xyz */
x = 1;
- /* THIS IS ALSO WRONG, USE BRACSE AROUND THE OUTER CONDITIONAL */
+ /* THIS IS ALSO WRONG, USE BRACES AROUND THE OUTER CONDITIONAL */
if (fubar)
if (barbaz)
x = 1;
--------------090302070201000208020605--