projects
/
rrdtool.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b03c62
)
Needed to escape a wildcard
author
alex
<alex@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Fri, 8 Mar 2002 22:14:22 +0000
(22:14 +0000)
committer
alex
<alex@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Fri, 8 Mar 2002 22:14:22 +0000
(22:14 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@81
a5681a0c
-68f1-0310-ab6d-
d61299d08faa
doc/rrdtutorial.pod
patch
|
blob
|
history
diff --git
a/doc/rrdtutorial.pod
b/doc/rrdtutorial.pod
index
a2cb903
..
ff61216
100644
(file)
--- a/
doc/rrdtutorial.pod
+++ b/
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