Skip to content

Commit

Permalink
[rt.cpan.org #54870] Fixed typos/pod errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mschilli committed Feb 22, 2010
1 parent 36ca50d commit 03dcdea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/RRDTool/OO.pm
Expand Up @@ -1287,7 +1287,7 @@ If you want
to combine several primary data points into one archive point, specify
values for
C<cpoints> (the number of points to combine) and C<cfunc>
(the consolidation function) explicitely:
(the consolidation function) explicitly:
$rrd->create(
step => 60,
Expand Down Expand Up @@ -1444,7 +1444,7 @@ an image file on disk is as easy as
);
This will assume a start time of 24 hours before now and an
end time of now. Specify C<start> and C<end> explicitely to
end time of now. Specify C<start> and C<end> explicitly to
be clear:
$rrd->graph(
Expand All @@ -1462,7 +1462,7 @@ As always, C<RRDTool::OO> will pick reasonable defaults for parameters
not specified. The values for data source and consolidation function
default to the first values it finds in the RRD.
If there are multiple datasources in the RRD or multiple archives
with different values for C<cfunc>, just specify explicitely which
with different values for C<cfunc>, just specify explicitly which
one to draw:
$rrd->graph(
Expand Down Expand Up @@ -1820,6 +1820,8 @@ Alter a RRD's data source configuration values:
Return the message of the last error that occurred while interacting
with C<RRDTool::OO>.
=back
=head2 Aberrant behavior detection
RRDTool supports aberrant behavior detection (ABD), which takes a data
Expand Down Expand Up @@ -1904,8 +1906,6 @@ RRAs (for example, HWPREDICT references SEASONAL), but this will
be taken care of automatically by RRDTool::OO with no user
interaction required whatsoever.
=back
=head2 Development Status
The following methods are not yet implemented:
Expand Down Expand Up @@ -2017,7 +2017,7 @@ what's going on under the hood, just turn it on:
level => $DEBUG
});
If you're interested particularily in I<rrdtool> commands issued
If you're interested particularly in I<rrdtool> commands issued
by C<RRDTool::OO> while you're operating it, just enable the
category C<"rrdtool">:
Expand Down

0 comments on commit 03dcdea

Please sign in to comment.