]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
rrdgraph_rpn.pod: fix typo 1069/head
authorThomas Gelf <thomas@gelf.net>
Fri, 29 Nov 2019 17:52:41 +0000 (18:52 +0100)
committerThomas Gelf <thomas@gelf.net>
Tue, 10 Dec 2019 11:52:29 +0000 (12:52 +0100)
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

index 18bbcb306e6484b95c09f84521f5cb268c9d1a2e..8c48289d6b53bb528e5abd5f425a501f02f637c8 100644 (file)
@@ -204,8 +204,8 @@ I<percent>,I<count>,B<PERCENT>
 
 pop two elements (I<count>,I<percent>) from the stack. Now pop I<count> 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<percent> 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<percent> of the elements
+are equal to the one picked. Push the result back on to the stack.
 
 Example: C<CDEF:x=a,b,c,d,95,4,PERCENT>