]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
rrdgraph_rpn.pod: fix SMIN example
authorThomas Gelf <thomas@gelf.net>
Fri, 29 Nov 2019 15:44:57 +0000 (16:44 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Sun, 1 Dec 2019 17:22:58 +0000 (18:22 +0100)
doc/rrdgraph_rpn.pod

index c04e106d1d25ed225945a3103875d7539f13c027..18bbcb306e6484b95c09f84521f5cb268c9d1a2e 100644 (file)
@@ -183,7 +183,7 @@ I<count>,B<SMAX>
 
 Pop one element (I<count>) from the stack. Now pop I<count> elements and push the minimum/maximum back onto the stack.
 
-Example: C<CDEF:x=a,b,c,d,4,AVG>
+Example: C<CDEF:x=a,b,c,d,4,SMIN>
 
 I<count>,B<MEDIAN>