Code

I guess the pdf entities want to be escaped chars not just control caracters with...
[rrdtool-all.git] / program / doc / rrdfirst.pod
index 85aae587eaa8b43a7fd7ae8c0a971926d8367194..e5d91deae4abf4618b4eb1ef493800a4e721b2fc 100644 (file)
@@ -2,16 +2,14 @@
 
 rrdfirst - Return the date of the first data sample in an RRA within an RRD
 
-=for html <div align="right"><a href="rrdfirst.pdf">PDF</a> version.</div>
-
 =head1 SYNOPSIS
 
 B<rrdtool> B<first> I<filename> [I<--rraindex number>]
 
 =head1 DESCRIPTION
 
-The B<first> function returns the UNIX timestamp of the first data sample for
-the specified RRA of the RRD file.
+The B<first> function returns the UNIX timestamp of the first data
+sample entered into the specified RRA of the RRD file.
 
 =over 8
 
@@ -21,7 +19,7 @@ The name of the B<RRD> that contains the data.
 
 =item I<--rraindex number>
 
-The index number of the B<RRA> that is to be examined.  If not specified, the
+The index number of the B<RRA> that is to be examined. If not specified, the
 index defaults to zero. B<RRA> index numbers can be determined through 
 B<rrdtool info>.