From a4f351e7bb3d7279bc6ac437a2186e66387f3146 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 27 Aug 2007 17:02:04 +0200 Subject: [PATCH] collectd.conf(5): Added a note about that trailing whitespace bug. --- src/collectd.conf.pod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index cffb7ad3..e0fbb2a2 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -31,6 +31,10 @@ B. Each line containes either a key-value-pair or a section-start or -end. Empty lines and everything after the hash-symbol `#' is ignored. +Please note that B in the library used by collectd to read the +configfile, that will lead to all lines with trailing whitespaces to be +ignored. This problem has been solved in collectdE4.0 and later. + =head1 GLOBAL OPTIONS =over 4 -- 2.11.0