X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=bindings%2Fperl-piped%2FRRDp.pm;h=63d968fc86d66ac556d2ba191f153265a644105f;hb=d9822df7ed5e8122cf3a62e4e99678e94007f504;hp=fba90ae4f101db280c644d90739547d954d15204;hpb=d93630a054a49f597224468ee8667af33df510e9;p=pkg-rrdtool.git diff --git a/bindings/perl-piped/RRDp.pm b/bindings/perl-piped/RRDp.pm index fba90ae..63d968f 100644 --- a/bindings/perl-piped/RRDp.pm +++ b/bindings/perl-piped/RRDp.pm @@ -42,7 +42,7 @@ start RRDtool. The argument must be the path to the RRDtool executable =item B I -pass commands on to RRDtool. check the RRDtool documentation for +pass commands on to RRDtool. Check the RRDtool documentation for more info on the RRDtool commands. B: Due to design limitations, B does not support the @@ -69,7 +69,7 @@ running, System time is the time spend in system calls and real time is the total time RRDtool has been running. The difference between user + system and real is the time spent -waiting for things like the hard disk and new input from the perl +waiting for things like the hard disk and new input from the Perl script. =item B<$RRDp::error_mode> and B<$RRDp::error> @@ -124,7 +124,7 @@ sub cmd (@); sub end (); sub read (); -$VERSION=1.3008; +$VERSION=1.4008; sub start ($){ croak "rrdtool is already running"