fix wording for min/max ... they are not optional
[rrdtool.git] / doc / rrdlast.pod
1 =head1 NAME
2
3 rrdlast - Return the date of the last data sample in an RRD
4
5 =head1 SYNOPSIS
6
7 B<rrdtool> B<last> I<filename>
8
9 =head1 DESCRIPTION
10
11 The B<last> function returns the UNIX timestamp of the most recent
12 update of the RRD.
13
14 =over 8
15
16 =item I<filename>
17
18 The name of the B<RRD> that contains the data.
19
20 =back
21
22 =head1 AUTHOR
23
24 Russ Wright <rwwright@home.com>
25
26
27