Code

Remove broken filter syntax from collectd.conf(5)
[collectd.git] / src / collectd.conf.pod
index 1d7a3c184fce72e916734d2d564c4eac8b871015..c67b19e899d216a053375648aa8d7572de9b056f 100644 (file)
@@ -172,9 +172,7 @@ I<pattern> 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</etc/collectd.d>:
-
-  Include "/etc/collectd.d" "*.conf"
+matching C<*.conf> in any subdirectory of C</etc/collectd.d>.
 
 =back