New functions for CDEF ATAN2 RAD2DEG and DEG2RAD
[rrdtool.git] / doc / rrdrestore.pod
index e30a25b..811548d 100644 (file)
@@ -2,8 +2,6 @@
 
 rrdrestore - Restore the contents of an RRD from its XML dump format
 
-=for html <div align="right"><a href="rrdrestore.pdf">PDF</a> version.</div>
-
 =head1 SYNOPSIS
 
 B<rrdtool> B<restore> I<filename.xml> I<filename.rrd>
@@ -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,7 +25,7 @@ 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 data sources.
+the various data sources.
 
 =item B<--force-overwrite>|B<-f>