From: moli Date: Mon, 19 May 2014 09:29:38 +0000 (+0200) Subject: mods of #477 clarifying boolean operators X-Git-Tag: v1.5.0-rc1~88^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F485%2Fhead;p=thirdparty%2Frrdtool-1.x.git mods of #477 clarifying boolean operators what does GE, LT mean? - asked the newbie. Now he knows. --- diff --git a/doc/rrdgraph_rpn.pod b/doc/rrdgraph_rpn.pod index fd1f3099..4771f272 100644 --- a/doc/rrdgraph_rpn.pod +++ b/doc/rrdgraph_rpn.pod @@ -49,7 +49,8 @@ would do C without the need for parentheses. B -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 or an I value will result in I returned ... which will also be treated as false by the B call.