Code

Imported upstream version 1.4.3.
[pkg-rrdtool.git] / doc / rpntutorial.txt
index 71daa8f95cedffae8c5225c3e06e11dbd52d2db8..f34ffb27228f9333e5fba0236fec88c2967e46c7 100644 (file)
@@ -81,9 +81,9 @@ S\bSo\bom\bme\be E\bEx\bxa\bam\bmp\bpl\ble\bes\bs
        multiplication operator:
 
         1) 128,8,*,7000,GT,7000,128,8,*,IF  eval 128,8,*       result is 1024
-        2) 1024,7000,GT,7000,128,8,*,IF     eval 1024,7000,GT  result is 0
-        3) 0,128,8,*,IF                     eval 128,8,*       result is 1024
-        4) 0,7000,1024,IF                                      result is 1024
+        2) 1024   ,7000,GT,7000,128,8,*,IF  eval 1024,7000,GT  result is 0
+        3) 0,              7000,128,8,*,IF  eval 128,8,*       result is 1024
+        4) 0,              7000,1024,   IF                     result is 1024
 
        Now let's go back to the first example of multiple logic operators, but
        replace the value 20 with the variable "input":
@@ -187,4 +187,4 @@ A\bAU\bUT\bTH\bHO\bOR\bR
 
 
 
-1.4.2                             2009-10-14                    RPNTUTORIAL(1)
+1.4.3                             2009-12-08                    RPNTUTORIAL(1)