This patch introduces a feature whereby rrdcached will disallow updates
[rrdtool.git] / doc / rrdrestore.pod
index ad7ba84..e098e0d 100644 (file)
@@ -1,8 +1,6 @@
 =head1 NAME
 
-rrdtool restore - restore the contents of an B<RRD> from its XML dump format
-
-=for html <div align="right"><a href="rrdrestore.pdf">PDF</a> version.</div>
+rrdrestore - Restore the contents of an RRD from its XML dump format
 
 =head1 SYNOPSIS
 
@@ -12,13 +10,13 @@ S<[B<--range-check>|B<-r>]>
 =head1 DESCRIPTION
 
 The B<restore> function reads the XML representation of an RRD and converts
-it into the native B<RRD> format.
+it to the native B<RRD> format.
 
 =over 8
 
 =item I<filename.xml>
 
-The name of the B<XML> you want to restore.
+The name of the B<XML> file you want to restore.
 
 =item I<filename.rrd>
 
@@ -27,14 +25,14 @@ The name of the B<RRD> to restore.
 =item B<--range-check>|B<-r>
 
 Make sure the values in the RRAs do not exceed the limits defined for
-the different datasources.
+the various data sources.
 
 =item B<--force-overwrite>|B<-f>
 
-Allows B<rrdtool> to overwrite the destination B<RRD>.
+Allows B<RRDtool> to overwrite the destination B<RRD>.
 
 =back
 
 =head1 AUTHOR
 
-Tobias Oetiker <oetiker@ee.ethz.ch>
+Tobias Oetiker <tobi@oetiker.ch>