From 3203cee3c3715012f658f52acd0db20efffdf64c Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 29 Nov 2019 18:52:41 +0100 Subject: [PATCH] rrdgraph_rpn.pod: fix typo This should probably have read `Now` (instead of `No`). I dropped the whole word as the former sentence also starts with `Now`. --- doc/rrdgraph_rpn.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/rrdgraph_rpn.pod b/doc/rrdgraph_rpn.pod index 18bbcb30..8c48289d 100644 --- a/doc/rrdgraph_rpn.pod +++ b/doc/rrdgraph_rpn.pod @@ -204,8 +204,8 @@ I,I,B pop two elements (I,I) from the stack. Now pop I element, order them by size (while the smallest elements are -INF, the largest are INF and NaN is larger than -INF but smaller -than anything else. No pick the element from the ordered list where I of the elements -are equal then the one picked. Push the result back on to the stack. +than anything else. Pick the element from the ordered list where I of the elements +are equal to the one picked. Push the result back on to the stack. Example: C -- 2.47.2