New functions for CDEF ATAN2 RAD2DEG and DEG2RAD
[rrdtool.git] / doc / rrdinfo.pod
index b03032c..24676ef 100644 (file)
@@ -2,8 +2,6 @@
 
 rrdinfo - extract header information from an RRD
 
-=for html <div align="right"><a href="rrdinfo.pdf">PDF</a> version.</div>
-
 =head1 SYNOPSIS
 
 B<rrdtool> B<info> I<filename.rrd>
@@ -22,7 +20,7 @@ This is the output generated by running B<info> on a simple RRD which
 contains two data sources and one RRA. Note that the number after the
 I<last_update> keyword is in seconds since 1970. The string B<NaN>
 stands for I<*UNKNOWN*> data. In the example it means that this RRD
-has neither minimum not maximum values defined for either of its
+has neither minimum nor maximum values defined for either of its
 data sources.
 
  filename = "random.rrd"
@@ -54,7 +52,7 @@ data sources.
 
 =item I<filename.rrd>
 
-The name of the B<RRD> you want to dump.
+The name of the B<RRD> you want to examine.
 
 =back