collectd.conf.pod: Corrected typos and punctuations.
authorLubos Stanek <lubek@users.sourceforge.net>
Wed, 1 Nov 2006 09:56:15 +0000 (10:56 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Wed, 1 Nov 2006 09:56:15 +0000 (10:56 +0100)
src/collectd.conf.pod

index e46d071..86fcf29 100644 (file)
@@ -224,6 +224,7 @@ multiple hosts.
 
 Sets the Time-To-Live of generated ICMP packets.
 
+=back
 
 =head2 Plugin C<sensors>
 
@@ -242,12 +243,12 @@ names like I<lm_sensors-chip-bus-address/type-feature.rrd>
 
 The B<ExtendedSensorNaming> option breaks the compatibility with previous
 sensors and RRD files naming and the place where RRDs are stored. If you turn
-it on the plugin will create new RRD files in a standalone directory inside
+it on, the plugin will create new RRD files in a standalone directory inside
 the B<DataDir> directory and without previous history. You can rename
 previous RRD files to the new ones to continue collecting data into the same
 RRDs.
 
-If not set or set to I<false> the extended naming is not active. Sensors
+If not set or set to I<false>, the extended naming is not active. Sensors
 get names like I<chip-feature> (e.g. I<it8712-in1>) and RRD files
 are stored in the main B<DataDir> directory and get names like
 I<sensors-chip-feature.rrd> (e.g. I<sensors-it8712-in1.rrd>).
@@ -258,15 +259,14 @@ Default setting is I<false>.
 
 =item B<Sensor> I<chip-feature> or B<Sensor> I<chip-bus-address/type-feature>
 
-Both options select the name of the sensor which you want to collect.
+Both option modes select the name of the sensor which you want to collect.
 The naming scheme is dependent on the state of the B<ExtendedSensorNaming>
-option (see previous paragraph). Both options can also deselect the
+option (see previous option). Both option modes can also deselect the
 sensor according to the B<IgnoreSelected> option (see below).
 
-For example the option "B<Sensor> I<it8712-in1>" will cause
-the collectd to gather data for the voltage sensor I<in1>
-of the I<it8712> chip in case of the B<ExtendedSensorNaming> option
-is set to I<false>.
+For example the option "B<Sensor> I<it8712-in1>" will cause the collectd
+to gather data for the voltage sensor I<in1> of the I<it8712> chip in case
+of the B<ExtendedSensorNaming> option is set to I<false>.
 
 And likewise the option "B<Sensor> I<it8712-isa-0290/voltage-in1>" will
 cause the collectd to gather data for the voltage sensor I<in1> of the I<it8712>
@@ -284,7 +284,7 @@ do that: By setting B<IgnoreSelected> to I<true> the effect of
 B<Sensor> is inversed: All selected sensors are ignored and all
 other sensors are collected.
 
-=back
+back
 
 =head2 Plugin C<traffic>