Code

Imported upstream version 1.2.27
[pkg-rrdtool.git] / doc / rrdgraph_rpn.html
index aef75cf764bc9e3ed38f0cc8366118596479e8ec..a972313afc9ce6f654144cd929d415d9d6743b80 100644 (file)
@@ -99,9 +99,6 @@ mean that any value other than 0 is considered to be true.</p>
 <dd>
 <p>Example: <code>A,B,C,IF</code> should be read as <code>if (A) then (B) else (C)</code></p>
 </dd>
-<dd>
-<p></p>
-</dd>
 </li>
 <dt><strong><a name="item_comparing_values">Comparing values</a></strong>
 
@@ -132,9 +129,6 @@ will always return an <em>unknown</em></p>
 <p>Example: <code>CDEF:a=alpha,0,100,LIMIT</code> will return <em>unknown</em> if
 alpha is lower than 0 or if it is higher than 100.</p>
 </dd>
-<dd>
-<p></p>
-</dd>
 </li>
 <dt><strong><a name="item_arithmetics">Arithmetics</a></strong>
 
@@ -328,9 +322,6 @@ in the examples section below on how to use this.</p>
 <p>Duplicate the top element, remove the top element, exchange the two
 top elements.</p>
 </dd>
-<dd>
-<p></p>
-</dd>
 </li>
 </dl>
 <p>