the operator in the example is * not + -- Nick Sharp njsharp bigpond.net.au
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 22 Jan 2006 11:00:18 +0000 (11:00 +0000)
committeroetiker <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

index dfc9a0b..581dce9 100644 (file)
@@ -30,7 +30,7 @@ of your RRD script.
 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