Code

src moved back to pod. this include thing was a neat idea but it just adds another...
[rrdtool.git] / doc / rrdlast.pod
1 =head1 NAME
3 rrdlast - Return the date of the last data sample in an RRD
5 =head1 SYNOPSIS
7 B<rrdtool> B<last> I<filename>
9 =head1 DESCRIPTION
11 The B<last> function returns the UNIX timestamp when the RRD was last
12 updated.
14 =over 8
16 =item I<filename>
18 The name of the B<RRD> that contains the data.
20 =back
22 =head1 AUTHOR
24 Russ Wright <rwwright@home.com>