aargh another missing bit from lastupdate added ...
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Thu, 18 Jan 2007 23:43:26 +0000 (23:43 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Thu, 18 Jan 2007 23:43:26 +0000 (23:43 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@953 a5681a0c-68f1-0310-ab6d-d61299d08faa

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

diff --git a/doc/rrdlastupdate.pod b/doc/rrdlastupdate.pod
new file mode 100644 (file)
index 0000000..37013cf
--- /dev/null
@@ -0,0 +1,27 @@
+=head1 NAME
+
+rrdlastupdate - Return the most recent update to an RRD
+
+=head1 SYNOPSIS
+
+B<rrdtool> B<lastupdate> I<filename>
+
+=head1 DESCRIPTION
+
+The B<lastupdate> function returns the UNIX timestamp and the 
+value stored for each datum in the most recent update of an RRD.
+
+=over 8
+
+=item I<filename>
+
+The name of the B<RRD> that contains the data.
+
+=back
+
+=head1 AUTHOR
+
+Andy Riebs <andy.riebs@hp.com>
+
+
+