From: alex Date: Fri, 8 Mar 2002 22:14:22 +0000 (+0000) Subject: Needed to escape a wildcard X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1f2ab969021d838434202b9adaea36a251d333ac;p=rrdtool-all.git Needed to escape a wildcard git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@81 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/doc/rrdtutorial.pod b/program/doc/rrdtutorial.pod index a2cb903e..ff612163 100644 --- a/program/doc/rrdtutorial.pod +++ b/program/doc/rrdtutorial.pod @@ -368,7 +368,7 @@ gif file ! --start 920804400 --end 920808000 \ --vertical-label m/s \ DEF:myspeed=test.rrd:speed:AVERAGE \ - CDEF:realspeed=myspeed,1000,* \ + CDEF:realspeed=myspeed,1000,\* \ LINE2:realspeed#FF0000 After viewing this GIF, you notice the "m" has disappeared. This it what