From 5db55886abcbc480423dddf13762639705642e37 Mon Sep 17 00:00:00 2001 From: jistone Date: Tue, 9 May 2006 23:37:45 +0000 Subject: spelling corrections --- stap.1.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'stap.1.in') diff --git a/stap.1.in b/stap.1.in index 361a211b..e4d53570 100644 --- a/stap.1.in +++ b/stap.1.in @@ -184,7 +184,7 @@ Integers are 64-bit signed quantities, although the parser also accepts In addition, script arguments given at the end of the command line may be expanded as literals. Use .B $1 ... $ -for casting as a numberic literal and +for casting as a numeric literal and .B @1 ... @ for casting as string literal. These may be used in all contexts where literals are accepted. Reference to an argument number beyond @@ -218,7 +218,7 @@ performed by the glibc function If, on the other hand, the first part is the identifier .BR arch to refer to the processor architecture, then the second part -then the second part is one of the two string comparison operatorsn +then the second part is one of the two string comparison operators .BR == " or " != , and the third part is a string literal for matching it. This comparison is simple string (in)equality. @@ -301,9 +301,9 @@ or second STMT (zero). .BR while " (EXP) STMT" While integer-valued EXP evaluates to non-zero, execute STMT. .TP -.BR for " (EXP1; EXP2; EXP2) STMT" -Execute EXP2 as initialization. While EXP1 is non-zero, execute -STMT, then the iteration expression EXP1. +.BR for " (EXP1; EXP2; EXP3) STMT" +Execute EXP1 as initialization. While EXP2 is non-zero, execute +STMT, then the iteration expression EXP3. .TP .BR foreach " (VAR " in " ARRAY) STMT" Loop over each element of the named global array, assigning current -- cgit