Code

undef jmpbuf to make compile work on AIX 5.1
[rrdtool-all.git] / program / doc / rrdresize.pod
index 89b9d776552646b2a47a8210846239db7e661c17..4165a18f36013a3965ae122c2689419e9b8cbf15 100644 (file)
@@ -1,8 +1,6 @@
 =head1 NAME
 
-rrdtool resize - alters the size of an RRA and creates new .rrd file
-
-=for html <div align="right"><a href="rrdresize.pdf">PDF</a> version.</div>
+rrdresize - alters the size of an RRA and creates a new .rrd file
 
 =head1 SYNOPSIS
 
@@ -42,11 +40,11 @@ the number of rows you want to add or remove.
 =head1 NOTES
 
 The new .rrd file, with the modified RRAs, is written to the file 
-B<resize.rrd> in the current directory.  The original .rrd file is not
-modified.
+B<resize.rrd> in the current directory.  B<The original .rrd file is not
+modified>.
 
 It is possible to abuse this tool and get strange results
-by first removing some rows and then reinsert the same amount (effectively
+by first removing some rows and then reinserting the same amount (effectively
 clearing them to be Unknown). You may thus end up with unknown data in one
 RRA while at the same timestamp this data is available in another RRA.