From 379aed39263df73f848792ea0e280a91f17a077e 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/program@750 a5681a0c-68f1-0310-ab6d-d61299d08faa --- doc/rrdgraph_rpn.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rrdgraph_rpn.pod b/doc/rrdgraph_rpn.pod index dfc9a0b..581dce9 100644 --- a/doc/rrdgraph_rpn.pod +++ b/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.11.0