summaryrefslogtreecommitdiffstats
path: root/doc/SystemTap_Beginners_Guide/en-US/ScriptConstructs.xml
diff options
context:
space:
mode:
authorElliott Baron <elliott@localhost.localdomain>2008-12-19 10:13:52 -0500
committerElliott Baron <elliott@localhost.localdomain>2008-12-19 10:13:52 -0500
commita46143af464b24e75e784a3ebaebf86bc52a44ed (patch)
tree8ab09ae8ff39e673fed163ad6ef225c3e0ae754a /doc/SystemTap_Beginners_Guide/en-US/ScriptConstructs.xml
parent30c94a80d5f7bef33450bd1a7e090c8e99b6db89 (diff)
parentb00e123d3bc577a0b255628e36f7534dc7a1e641 (diff)
downloadsystemtap-steved-a46143af464b24e75e784a3ebaebf86bc52a44ed.tar.gz
systemtap-steved-a46143af464b24e75e784a3ebaebf86bc52a44ed.tar.xz
systemtap-steved-a46143af464b24e75e784a3ebaebf86bc52a44ed.zip
Merge branch 'master' of ssh://ebaron@sources.redhat.com/git/systemtap
Diffstat (limited to 'doc/SystemTap_Beginners_Guide/en-US/ScriptConstructs.xml')
-rw-r--r--doc/SystemTap_Beginners_Guide/en-US/ScriptConstructs.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/SystemTap_Beginners_Guide/en-US/ScriptConstructs.xml b/doc/SystemTap_Beginners_Guide/en-US/ScriptConstructs.xml
index 2550efce..89334eff 100644
--- a/doc/SystemTap_Beginners_Guide/en-US/ScriptConstructs.xml
+++ b/doc/SystemTap_Beginners_Guide/en-US/ScriptConstructs.xml
@@ -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.