summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ada61d7)
raw | patch | inline | side by side (parent: ada61d7)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 22 Jan 2006 11:00:18 +0000 (11:00 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 22 Jan 2006 11:00:18 +0000 (11:00 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@750 a5681a0c-68f1-0310-ab6d-d61299d08faa
doc/rrdgraph_rpn.pod | patch | blob | history |
diff --git a/doc/rrdgraph_rpn.pod b/doc/rrdgraph_rpn.pod
index dfc9a0bda903e77d6538fa7cffe38eb079a4376e..581dce9cecde4da42bdda56b771249105c9c78f2 100644 (file)
--- a/doc/rrdgraph_rpn.pod
+++ b/doc/rrdgraph_rpn.pod
Example: C<CDEF:mydatabits=mydata,8,*>
This means: push variable I<mydata>, push the number 8, execute
-the operator I<+>. The operator needs two elements and uses those
+the operator I<*>. The operator needs two elements and uses those
to return one value. This value is then stored in I<mydatabits>.
As you may have guessed, this instruction means nothing more than
I<mydatabits = mydata * 8>. The real power of B<RPN> lies in the