]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
some extra fixes
authorTobias Oetiker <tobi@oetiker.ch>
Fri, 22 Aug 2014 09:04:08 +0000 (11:04 +0200)
committerTobias Oetiker <tobi@oetiker.ch>
Fri, 22 Aug 2014 09:04:08 +0000 (11:04 +0200)
bindings/perl-shared/RRDs.pm

index f31e8327c67ebe3420a3272e0aafa27737ed1053..30635b1dcb5f52c2f0eefc32ee242108c587a8d0 100644 (file)
@@ -33,6 +33,7 @@ RRDs - Access RRDtool as a shared module
   RRDs::times(start, end)
   RRDs::dump ...
   RRDs::restore ...
+  RRDs::xport ...
   RRDs::flushcached ...
 
 =head1 DESCRIPTION
@@ -129,7 +130,7 @@ integers, a pointer to an array and a pointer to a array of pointers.
     print "\n";
   }
 
-B<RRDs::xport> exposes the L<rrdxport(1)> functionality and returns data
+B<RRDs::xport> exposes the L<rrdxport|rrdxport> functionality and returns data
 with the following structure:
 
   my ($start,$end,$step,$cols,$names,$data) = RRDs::xport ...