Subject: | Spelling errors in manpages |
Hi Michael
There are some spelling errors in POD:
-----------
--- a/lib/RRDTool/OO.pm
+++ b/lib/RRDTool/OO.pm
@@ -1287,7 +1287,7 @@
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,
@@ -1444,7 +1444,7 @@
);
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(
@@ -1462,7 +1462,7 @@
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(
@@ -2017,7 +2017,7 @@
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">:
-----------
Furthermore there is probably an error in POD for:
-----------
--- a/lib/RRDTool/OO.pm
+++ b/lib/RRDTool/OO.pm
@@ -1720,7 +1720,7 @@
width => 120,
stack => 1,
}
-
+
If instead of a horizontal line, a rectangular area is supposed to
be added to the graph, use an C<area> block:
@@ -1820,6 +1820,8 @@
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
@@ -1904,8 +1906,6 @@
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:
-----------
Bests
Salvatore