]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
LT -> LE
authorGeorg Lutz <georg@georglutz.de>
Sat, 5 Jan 2013 11:36:56 +0000 (12:36 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Sat, 5 Jan 2013 11:36:56 +0000 (12:36 +0100)
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: