From: Tobias Oetiker Date: Thu, 30 Oct 2008 14:32:09 +0000 (+0000) Subject: fix from alex X-Git-Tag: 1.4.0~230 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7b62ff5dbd05056e6d5788eecdb9ed3d8e2ae60;p=thirdparty%2Frrdtool-1.x.git fix from alex git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1638 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/doc/cdeftutorial.pod b/doc/cdeftutorial.pod index cced74aa..72d18070 100644 --- a/doc/cdeftutorial.pod +++ b/doc/cdeftutorial.pod @@ -617,7 +617,7 @@ numbers (or zero) only. 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: