X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=doc%2Frrdgraph_rpn.pod;fp=doc%2Frrdgraph_rpn.pod;h=4585850bc871abb92cb252823e49e0a0a9e872d0;hp=ff50865c77459c839b115154c58338695d180321;hb=cb092381724e4ba8a1f18712fefc541a3d370f99;hpb=c3a6fd1e71844b347dab7277de6ed690617ffcad diff --git a/doc/rrdgraph_rpn.pod b/doc/rrdgraph_rpn.pod index ff50865..4585850 100644 --- a/doc/rrdgraph_rpn.pod +++ b/doc/rrdgraph_rpn.pod @@ -1,4 +1,4 @@ -=head1 NAME +=head1 NAME rrdgraph_rpn - About RPN Math in rrdtool graph @@ -69,7 +69,7 @@ Z<> =item Comparing values -B +B Pops two elements from the stack and returns the smaller or larger, respectively. Note that I is larger than anything else. @@ -140,7 +140,7 @@ average is essentially computed as shown here: delay t0 <---------------> delay t1 - <---------------> + <---------------> delay t2 <---------------> @@ -177,9 +177,9 @@ function cannot be used in B instructions. B -Pushes the number 1 if this is the first value of the data set, the -number 2 if it is the second, and so on. This special value allows -you to make calculations based on the position of the value within +Pushes the number 1 if this is the first value of the data set, the +number 2 if it is the second, and so on. This special value allows +you to make calculations based on the position of the value within the data set. This function cannot be used in B instructions. Z<>