add the documentation for first
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 13 Mar 2005 15:16:05 +0000 (15:16 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 13 Mar 2005 15:16:05 +0000 (15:16 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@312 a5681a0c-68f1-0310-ab6d-d61299d08faa

doc/rrdfirst.pod [new file with mode: 0644]

diff --git a/doc/rrdfirst.pod b/doc/rrdfirst.pod
new file mode 100644 (file)
index 0000000..4d01273
--- /dev/null
@@ -0,0 +1,34 @@
+=head1 NAME
+
+rrdfirst - Return the date of the first data sample in an B<RRA> within an B<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.
+
+=over 8
+
+=item I<filename>
+
+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
+index defaults to zero. B<RRA> index numbers can be determined through 
+B<rrdtool info>.
+
+=back
+
+=head1 AUTHOR
+
+Burton Strauss <Burton@ntopSupport.com>
+
+