From de55e7e8914f3b4c26c0ed41daff738bc445020d Mon Sep 17 00:00:00 2001 From: oetiker Date: Sun, 22 Jan 2006 11:00:18 +0000 Subject: [PATCH] the operator in the example is * not + -- Nick Sharp njsharp bigpond.net.au git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@750 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/doc/rrdgraph_rpn.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/doc/rrdgraph_rpn.pod b/program/doc/rrdgraph_rpn.pod index dfc9a0bd..581dce9c 100644 --- a/program/doc/rrdgraph_rpn.pod +++ b/program/doc/rrdgraph_rpn.pod @@ -30,7 +30,7 @@ of your RRD script. Example: C This means: push variable I, 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. As you may have guessed, this instruction means nothing more than I. The real power of B lies in the -- 2.30.2