]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
fix documentation
authorTobias Oetiker <tobi@oetiker.ch>
Tue, 30 Aug 2022 11:44:20 +0000 (13:44 +0200)
committerTobias Oetiker <tobi@oetiker.ch>
Tue, 30 Aug 2022 11:44:20 +0000 (13:44 +0200)
doc/rrdgraph_rpn.pod

index 8c48289d6b53bb528e5abd5f425a501f02f637c8..f5a7b3cd34e83c1bd6138d120874324f658c3cb1 100644 (file)
@@ -60,7 +60,7 @@ B<UN, ISINF>
 Pop one element from the stack, compare this to I<unknown> respectively
 to I<positive or negative infinity>. Returns 1 for true or 0 for false.
 
-I<then>,I<else>,I<condition>,B<IF>
+I<condition>,I<then>,I<else>,B<IF>
 
 Pops three elements from the stack.  If the element popped last is 0
 (false), the value popped first is pushed back onto the stack,