collectd.conf(5): Fixed some typos.
authorSebastian Harl <sh@tokkee.org>
Thu, 22 Nov 2007 09:40:20 +0000 (10:40 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Sat, 24 Nov 2007 11:50:10 +0000 (12:50 +0100)
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/collectd.conf.pod

index 0f787d2..3ba8810 100644 (file)
@@ -73,12 +73,12 @@ Set the file that contains the data-set descriptions.
 =item B<Interval> I<Seconds>
 
 Configures the interval in which to query the read plugins. Obviously smaller
 =item B<Interval> I<Seconds>
 
 Configures the interval in which to query the read plugins. Obviously smaller
-values lead to a higher system load produces by collectd, while higher values
+values lead to a higher system load produced by collectd, while higher values
 lead to more coarse statistics.
 
 =item B<ReadThreads> I<Num>
 
 lead to more coarse statistics.
 
 =item B<ReadThreads> I<Num>
 
-Number of threads to start for reading plugins. The default value if B<5>, but
+Number of threads to start for reading plugins. The default value is B<5>, but
 you may want to increase this if you have more than five plugins that take a
 long time to read. Mostly those are plugin that do network-IO. Setting this to
 a value higher than the number of plugins you've loaded is totally useless.
 you may want to increase this if you have more than five plugins that take a
 long time to read. Mostly those are plugin that do network-IO. Setting this to
 a value higher than the number of plugins you've loaded is totally useless.
@@ -91,13 +91,13 @@ hostname will be determinded using the L<gethostname(2)> system call.
 =item B<FQDNLookup> B<true|false>
 
 If B<Hostname> is determined automatically this setting controls whether or not
 =item B<FQDNLookup> B<true|false>
 
 If B<Hostname> is determined automatically this setting controls whether or not
-the daemon should try to figure out the "full qualified domain name", FQDN.
+the daemon should try to figure out the "fully qualified domain name", FQDN.
 This is done using a lookup of the name returned by C<gethostname>.
 
 Using this feature (i.E<nbsp>e. setting this option to B<true>) is recommended.
 However, to preserve backwards compatibility the default is set to B<false>.
 The sample config file that is installed with C<makeE<nbsp>install> includes a
 This is done using a lookup of the name returned by C<gethostname>.
 
 Using this feature (i.E<nbsp>e. setting this option to B<true>) is recommended.
 However, to preserve backwards compatibility the default is set to B<false>.
 The sample config file that is installed with C<makeE<nbsp>install> includes a
-line with sets this option, though, so that default installations will have
+line which sets this option, though, so that default installations will have
 this setting enabled.
 
 =back
 this setting enabled.
 
 =back