From: Ruben Kerkhof Date: Mon, 21 Mar 2016 17:29:49 +0000 (+0100) Subject: Remove broken filter syntax from collectd.conf(5) X-Git-Tag: collectd-5.5.2~6^2~13^2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=d5fb76cc6aa238979e66db8e8e133690f1f48218;p=collectd.git Remove broken filter syntax from collectd.conf(5) fb67910d documented the new syntax. The old syntax does no longer work, remove it. --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 1d7a3c18..c67b19e8 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -172,9 +172,7 @@ I may be specified to filter which files to include. This may be used in combination with recursively including a directory to easily be able to arbitrarily mix configuration files and other documents (e.g. README files). The given example is similar to the first example above but includes all files -matching C<*.conf> in any subdirectory of C: - - Include "/etc/collectd.d" "*.conf" +matching C<*.conf> in any subdirectory of C. =back