Code

Imported upstream version 1.4~rc2.
[pkg-rrdtool.git] / doc / cdeftutorial.pod
index 2bd8fd66f76e1f8335cee9264f0efe5d093ba016..1c17046c64c047afcbc5e6dfc4ebc047d1504388 100644 (file)
@@ -617,7 +617,7 @@ numbers (or zero) only.
 Let's compile the complete CDEF:
 
        DEF:ds0=router1.rrd:AVERAGE
-        CDEF:ds0modified=TIME,begintime,GT,TIME,endtime,LE,*,ds0,UNKN,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: