From: Tobias Oetiker Date: Mon, 29 Jun 2015 17:01:21 +0000 (+0200) Subject: fix example X-Git-Tag: v1.5.4~28 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b4cd0da31a8641615071cb3c6b1669746981865;p=thirdparty%2Frrdtool-1.x.git fix example --- diff --git a/doc/rrdcreate.pod b/doc/rrdcreate.pod index 552e5b72..2ab5b492 100644 --- a/doc/rrdcreate.pod +++ b/doc/rrdcreate.pod @@ -723,7 +723,7 @@ number of arguments could be changed. =head1 EXAMPLE 3 rrdtool create proxy.rrd --step 300 \ - DS:Total:DERIVE:1800:0:U \ + DS:Requests:DERIVE:1800:0:U \ DS:Duration:DERIVE:1800:0:U \ DS:AvgReqDur:COMPUTE:Duration,Requests,0,EQ,1,Requests,IF,/ \ RRA:AVERAGE:0.5:1:2016