Code

Imported upstream version 1.4~rc2.
[pkg-rrdtool.git] / doc / rrdresize.html
index 474040f8abf3edb57d8369981d9ac4ccf0632d1d..fedaf98fe73d92f5ad6a40f624834a78c3ec8bb2 100644 (file)
@@ -1,18 +1,14 @@
-<?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>rrdresize</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">
 
-
-<!-- INDEX BEGIN -->
-<div name="index">
 <p><a name="__index__"></a></p>
+<!-- INDEX BEGIN -->
 <!--
 
 <ul>
        <li><a href="#notes">NOTES</a></li>
        <li><a href="#author">AUTHOR</a></li>
 </ul>
-
 -->
-
-
-</div>
 <!-- INDEX END -->
 
 <p>
 <p>The <strong>resize</strong> function is used to modify the number of rows in
 an <strong>RRA</strong>.</p>
 <dl>
-<dt><strong><a name="filename" class="item"><em>filename</em></a></strong></dt>
-
+<dt><strong><a name="item_filename"><em>filename</em></a></strong><br />
+</dt>
 <dd>
-<p>the name of the <strong>RRD</strong> you want to alter.</p>
+the name of the <strong>RRD</strong> you want to alter.
 </dd>
-<dt><strong><a name="rra_num" class="item"><em>rra-num</em></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_rra_2dnum"><em>rra-num</em></a></strong><br />
+</dt>
 <dd>
-<p>the <strong>RRA</strong> you want to alter. You can find the number using <strong>rrdtool info</strong>.</p>
+the <strong>RRA</strong> you want to alter. You can find the number using <strong>rrdtool info</strong>.
 </dd>
-<dt><strong><a name="grow" class="item"><strong>GROW</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_grow"><strong>GROW</strong></a></strong><br />
+</dt>
 <dd>
-<p>used if you want to add extra rows to an RRA. The extra rows will be inserted
-as the rows that are oldest.</p>
+used if you want to add extra rows to an RRA. The extra rows will be inserted
+as the rows that are oldest.
 </dd>
-<dt><strong><a name="shrink" class="item"><strong>SHRINK</strong></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_shrink"><strong>SHRINK</strong></a></strong><br />
+</dt>
 <dd>
-<p>used if you want to remove rows from an RRA. The rows that will be removed
-are the oldest rows.</p>
+used if you want to remove rows from an RRA. The rows that will be removed
+are the oldest rows.
 </dd>
-<dt><strong><a name="rows" class="item"><em>rows</em></a></strong></dt>
-
+<p></p>
+<dt><strong><a name="item_rows"><em>rows</em></a></strong><br />
+</dt>
 <dd>
-<p>the number of rows you want to add or remove.</p>
+the number of rows you want to add or remove.
 </dd>
-</dl>
+<p></p></dl>
 <p>
 </p>
 <hr />