From 1179271f9a422edf543178d2d02d2bf38334e697 Mon Sep 17 00:00:00 2001 From: William Cohen Date: Mon, 15 Dec 2008 14:34:14 -0500 Subject: [PATCH] Clarify optional else clause. --- doc/SystemTap_Beginners_Guide/en-US/ScriptConstructs.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/SystemTap_Beginners_Guide/en-US/ScriptConstructs.xml b/doc/SystemTap_Beginners_Guide/en-US/ScriptConstructs.xml index 2550efce4..89334eff4 100644 --- a/doc/SystemTap_Beginners_Guide/en-US/ScriptConstructs.xml +++ b/doc/SystemTap_Beginners_Guide/en-US/ScriptConstructs.xml @@ -177,7 +177,8 @@ The statement1 is executed if the condition expression is non-zero. The statement2 is executed if the condition -expression is zero. The else is optional. Both +expression is zero. The else clause +(else statement2)is optional. Both statement1 and statement2 can be statement blocks. -- 2.43.5