Code

Imported upstream version 1.4.2.
[pkg-rrdtool.git] / doc / rrdgraph_data.html
index 7348df4c2cd5c2629929d74f6061731fa3d019de..e0353b069d6c2cf8dbc68e58f569bb609dfdd8b4 100644 (file)
@@ -64,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 />
@@ -88,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>
@@ -147,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 />