From 0dce97a89dc328358b0e57f28fd0f00fabda0c14 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Fri, 11 Mar 2016 17:54:11 +0100 Subject: [PATCH] Fix some typos in the collectd.conf manpage --- src/collectd.conf.pod | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 8c3f56b3..cf7ccd01 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -38,7 +38,7 @@ i.e. a CPluginE...E> block. The syntax of this config file is similar to the config file of the famous I webserver. Each line contains either an option (a key and a list of one or more values) or a section-start or -end. Empty lines and everything -after a non-quoted hash-symbol (C<#>) is ignored. I are unquoted +after a non-quoted hash-symbol (C<#>) are ignored. I are unquoted strings, consisting only of alphanumeric characters and the underscore (C<_>) character. Keys are handled case insensitive by I itself and all plugins included with it. I can either be an I, a @@ -70,7 +70,7 @@ CB ...E> block. =item B I -Sets the base directory. This is the directory beneath all RRD-files are +Sets the base directory. This is the directory beneath which all RRD-files are created. Possibly more subdirectories are created. This is also the working directory for the daemon. @@ -83,7 +83,7 @@ I will be mostly useless. Only the first B statement or block for a given plugin name has any effect. This is useful when you want to split up the configuration into smaller files and want each file to be "self contained", i.e. it contains a B -block I then appropriate B statement. The downside is that if +block I the appropriate B statement. The downside is that if you have multiple conflicting B blocks, e.g. when they specify different intervals, only one of them (the first one encountered) will take effect and all others will be silently ignored. @@ -127,13 +127,13 @@ the average user from ever having to deal with this low level linking stuff. =item B I Sets a plugin-specific interval for collecting metrics. This overrides the -global B setting. If a plugin provides own support for specifying an -interval, that setting will take precedence. +global B setting. If a plugin provides its own support for specifying +an interval, that setting will take precedence. =item B I -Specifies the the interval, in seconds, to call the flush callback if it's -defined in this plugin. By default, this is disabled +Specifies the interval, in seconds, to call the flush callback if it's +defined in this plugin. By default, this is disabled. =item B I @@ -214,7 +214,7 @@ matching C<*.conf> in any subdirectory of C: =back -If more than one files are included by a single B option, the files +If more than one file is included by a single B option, the files will be included in lexicographical order (as defined by the C function). Thus, you can e.Eg. use numbered prefixes to specify the order in which the files are loaded. @@ -255,7 +255,7 @@ magic! (Assuming you're using the I or I plugin.) =item B I -Read plugin doubles interval between queries after each failed attempt +A read plugin doubles the interval between queries after each failed attempt to get data. This options limits the maximum value of the interval. The default value is -- 2.11.0