From 187fe2f26fa0d1fa722aadcede3b6013e0c96c79 Mon Sep 17 00:00:00 2001 From: oetiker Date: Thu, 1 Dec 2011 15:27:24 +0000 Subject: [PATCH] rpn compare operators CAN return unknown ... (#293) git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@2232 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/doc/rrdgraph_rpn.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/program/doc/rrdgraph_rpn.pod b/program/doc/rrdgraph_rpn.pod index 9b35606b..8f414c77 100644 --- a/program/doc/rrdgraph_rpn.pod +++ b/program/doc/rrdgraph_rpn.pod @@ -50,7 +50,8 @@ B 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 always result in 0 (false). +I value will result in I returned ... which will also be +treated as false by the B call. B -- 2.30.2