]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
mods of #477 clarifying boolean operators 485/head
authormoli <phpmoli@users.noreply.github.com>
Mon, 19 May 2014 09:29:38 +0000 (11:29 +0200)
committermoli <phpmoli@users.noreply.github.com>
Mon, 19 May 2014 09:29:38 +0000 (11:29 +0200)
what does GE, LT mean? - asked the newbie. Now he knows.

doc/rrdgraph_rpn.pod

index fd1f309985a75e7ce6560183b7f39f18f3a0e900..4771f272f3e40ed45ffad04b73edf88f1b041032 100644 (file)
@@ -49,7 +49,8 @@ would do C<a = b, 3, +, 5, *> without the need for parentheses.
 
 B<LT, LE, GT, GE, EQ, NE>
 
-Pop two elements from the stack, compare them for the selected condition
+Less than, Less or equal, Greater than, Greater or equal, Equal, Not equal
+all pop two elements from the stack, compare them for the selected condition
 and return 1 for true or 0 for false. Comparing an I<unknown> or an
 I<infinite> value will result in I<unknown> returned ... which will also be
 treated as false by the B<IF> call.