X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdfetch.pod;h=51b5ccd99c8441f8f7f12021836ba22a902ccc56;hb=2e3ab4d5b17d1264c1908026df77242aeefb9b18;hp=7ebd9d603bb84dc0705f0c2a621fb6343b03be48;hpb=cb092381724e4ba8a1f18712fefc541a3d370f99;p=rrdtool.git diff --git a/doc/rrdfetch.pod b/doc/rrdfetch.pod index 7ebd9d6..51b5ccd 100644 --- a/doc/rrdfetch.pod +++ b/doc/rrdfetch.pod @@ -103,7 +103,7 @@ Using the bash shell, this could look be: TIME=$(date +%s) RRDRES=900 rrdtool fetch subdata.rrd AVERAGE -r $RRDRES \ - -e $(echo $(($TIME/$RRDRES*$RRDRES))) -s e-1h + -e $(($TIME/$RRDRES*$RRDRES)) -s e-1h Or in Perl: @@ -259,4 +259,4 @@ I<19970703 12:45> -- 12:45 July 3th, 1997 =head1 AUTHOR -Tobias Oetiker +Tobias Oetiker