From 1f2ab969021d838434202b9adaea36a251d333ac Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 8 Mar 2002 22:14:22 +0000 Subject: [PATCH] Needed to escape a wildcard git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk@81 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/doc/rrdtutorial.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2