Code

Imported upstream version 1.3.5.
[pkg-rrdtool.git] / doc / cdeftutorial.txt
index 6d984812c70c77d6ae90b3851676339b2053a9e9..d419ed6b4176499f9c5b7100202d8b853dd95a09 100644 (file)
@@ -541,7 +541,7 @@ S\bSo\bom\bme\be e\bex\bxa\bam\bmp\bpl\ble\bes\bs
        Let's compile the complete CDEF:
 
                DEF:ds0=router1.rrd:AVERAGE
-               CDEF:ds0modified=TIME,begintime,GE,TIME,endtime,LE,*,UNKN,ds0,IF
+               CDEF:ds0modified=TIME,begintime,GT,TIME,endtime,LE,*,ds0,UNKN,IF
 
        This will return the value of ds0 if both comparisons return true. You
        could also do it the other way around:
@@ -799,4 +799,4 @@ A\bAU\bUT\bTH\bHO\bOR\bR
 
 
 
-1.3rc6                            2008-03-15                   CDEFTUTORIAL(1)
+1.3.5                             2008-10-30                   CDEFTUTORIAL(1)