Code

Imported upstream version 1.4.8
[pkg-rrdtool.git] / doc / rpntutorial.pod
index 0ab3131752669110447fa00765fd0d1fdba7be55..34b54ea0ea9337af688c1b32a0b8633f63226b6e 100644 (file)
@@ -159,7 +159,7 @@ uses the LE and DIV operators.
 Answer 2:
 
     if (input <= 56000/8 ) { input*8 } else { 56000 }
-    input,56000,8,DIV,LT,input,8,*,56000,IF
+    input,56000,8,DIV,LE,input,8,*,56000,IF
 
 
 Exercise 3: