From 03dcdea7557f9fa41473442b7a9b1a595aeb6aaf Mon Sep 17 00:00:00 2001 From: mschilli Date: Mon, 22 Feb 2010 08:38:09 -0800 Subject: [PATCH] [rt.cpan.org #54870] Fixed typos/pod errors --- lib/RRDTool/OO.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/RRDTool/OO.pm b/lib/RRDTool/OO.pm index f4ce567..0d030f1 100644 --- a/lib/RRDTool/OO.pm +++ b/lib/RRDTool/OO.pm @@ -1287,7 +1287,7 @@ If you want to combine several primary data points into one archive point, specify values for C (the number of points to combine) and C -(the consolidation function) explicitely: +(the consolidation function) explicitly: $rrd->create( step => 60, @@ -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 and C explicitely to +end time of now. Specify C and C explicitly to be clear: $rrd->graph( @@ -1462,7 +1462,7 @@ As always, C 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, just specify explicitely which +with different values for C, just specify explicitly which one to draw: $rrd->graph( @@ -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. +=back + =head2 Aberrant behavior detection RRDTool supports aberrant behavior detection (ABD), which takes a data @@ -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: @@ -2017,7 +2017,7 @@ what's going on under the hood, just turn it on: level => $DEBUG }); -If you're interested particularily in I commands issued +If you're interested particularly in I commands issued by C while you're operating it, just enable the category C<"rrdtool">: