X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdfirst.pod;h=eca21e0452eb692126741a1e7eaac8cfa86533cd;hb=4e8787fdbff3ddd4044e19cf37b9e3a54b5ef0cb;hp=9a3c690848e9ec6554bc39ef810f440a772fb9cd;hpb=cb092381724e4ba8a1f18712fefc541a3d370f99;p=rrdtool.git diff --git a/doc/rrdfirst.pod b/doc/rrdfirst.pod index 9a3c690..eca21e0 100644 --- a/doc/rrdfirst.pod +++ b/doc/rrdfirst.pod @@ -4,7 +4,7 @@ rrdfirst - Return the date of the first data sample in an RRA within an RRD =head1 SYNOPSIS -B B I [I<--rraindex number>] +B B I [I<--rraindex number>] [B<--daemon> I
] =head1 DESCRIPTION @@ -23,10 +23,17 @@ The index number of the B that is to be examined. If not specified, the index defaults to zero. B index numbers can be determined through B. +=item B<--daemon> I
+ +Address of the L daemon. For a list of accepted formats, see +the B<-l> option in the L manual. + + rrdtool first --daemon unix:/var/run/rrdcached.sock /var/lib/rrd/foo.rrd + =back =head1 AUTHOR Burton Strauss - +Daemon support added by Steve Shipway