]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
added documentation for sshipways new functions
authorTobias Oetiker <tobi@oetiker.ch>
Tue, 16 Sep 2014 09:04:01 +0000 (11:04 +0200)
committerTobias Oetiker <tobi@oetiker.ch>
Tue, 16 Sep 2014 09:04:01 +0000 (11:04 +0200)
doc/rrdgraph_rpn.pod

index 2eff79d96aa4dc1c4393aaedecc53bc8f6084e41..f1515fb13430e3614c1f12e8d8a7be2fe614e1f4 100644 (file)
@@ -359,6 +359,22 @@ B<DUP, POP, EXC>
 Duplicate the top element, remove the top element, exchange the two
 top elements.
 
+B<DEPTH>
+
+pushes the current depth of the stack onto the stack
+
+B<COPY>
+
+pop an integer (X) from the stack and copy the previous X items
+
+B<INDEX>
+
+pop an integer (X) and push the item at position X onto the stack
+
+B<ROLL>
+
+pop an integer (X) and rotate the content of the stack by X (positive is forward and negative is backward).
+
 Z<>
 
 =back