]> sourceware.org Git - systemtap.git/commitdiff
Clarify optional else clause.
authorWilliam Cohen <wcohen@redhat.com>
Mon, 15 Dec 2008 19:34:14 +0000 (14:34 -0500)
committerWilliam Cohen <wcohen@redhat.com>
Mon, 15 Dec 2008 19:34:14 +0000 (14:34 -0500)
doc/SystemTap_Beginners_Guide/en-US/ScriptConstructs.xml

index 2550efce4952351c7cfdff13177a7c96686665f2..89334eff4f038078fbc3e1a05710d69e5b31263d 100644 (file)
@@ -177,7 +177,8 @@ The <command><replaceable>statement1</replaceable></command> is executed if the
 <command><replaceable>condition</replaceable></command> expression is
 non-zero. The <command><replaceable>statement2</replaceable></command> is
 executed if the <command><replaceable>condition</replaceable></command>
-expression is zero. The <command>else</command> is optional. Both
+expression is zero. The <command>else</command> clause 
+(<command>else</command> <replaceable>statement2</replaceable>)is optional. Both
 <command><replaceable>statement1</replaceable></command> and
 <command><replaceable>statement2</replaceable></command> can be statement
 blocks.
This page took 0.029565 seconds and 5 git commands to generate.