Code

Removed unneeded meta-information introduced in 1.4.7-2.1.
[pkg-rrdtool.git] / doc / rrdgraph_data.html
index dfed5f1d7cbd69b844a1486d9eb4fc14e508b489..e0353b069d6c2cf8dbc68e58f569bb609dfdd8b4 100644 (file)
@@ -1,14 +1,18 @@
+<?xml version="1.0" ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <title>rrdgraph_data</title>
+<meta http-equiv="content-type" content="text/html; charset=utf-8" />
 <link rev="made" href="mailto:root@localhost" />
 </head>
 
 <body style="background-color: white">
 
-<p><a name="__index__"></a></p>
+
 <!-- INDEX BEGIN -->
+<div name="index">
+<p><a name="__index__"></a></p>
 <!--
 
 <ul>
        <li><a href="#see_also">SEE ALSO</a></li>
        <li><a href="#author">AUTHOR</a></li>
 </ul>
+
 -->
+
+
+</div>
 <!-- INDEX END -->
 
 <p>
@@ -56,7 +64,7 @@ own manual page.</p>
 <code>A-Z, a-z, 0-9, -,_</code> and a maximum length of 255 characters.</p>
 <p>When picking variable names, make sure you do not choose a name that is
 already taken by an RPN operator. A safe bet it to use lowercase or
-mixedcase names for variables since operators will always be in uppercase.</p>
+mixed case names for variables since operators will always be in uppercase.</p>
 <p>
 </p>
 <hr />
@@ -80,7 +88,7 @@ a resolution of 1800 seconds per <strong>CDP</strong>, you should create an
 image with width 400 and time span 400*1800 seconds (use appropriate
 start and end times, such as <code>--start end-8days8hours</code>).</p>
 <p>If consolidation needs to be done, the <strong>CF</strong> of the <strong>RRA</strong> specified in the
-<strong>DEF</strong> itself will be used to reduce the data density. This behaviour can
+<strong>DEF</strong> itself will be used to reduce the data density. This behavior can
 be changed using <code>:reduce=&lt;CF&gt;</code>.  This optional parameter
 specifies the <strong>CF</strong> to use during the data reduction phase.</p>
 <p>Example:</p>
@@ -139,7 +147,7 @@ would be displayed in the graph's legend (to answer, what was the
 maximum value during the graph period).</p>
 <p>If you want to apply 'complex' operations to the result of a VDEF you have
 to use a CDEF again since VDEFs only look like RPN expressions, they aren't
-realy.</p>
+really.</p>
 <p>
 </p>
 <hr />