[collectd] [PATCH] collectd.conf(5): Documented the support for wrapping lines.

Sebastian Harl sh at tokkee.org
Sat Jul 12 11:35:21 CEST 2008


Signed-off-by: Sebastian Harl <sh at tokkee.org>
---
 src/collectd.conf.pod |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index faff2ff..f20f42e 100644
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
@@ -30,7 +30,11 @@ section-start or -end. Empty lines and everything after the hash-symbol `#' is
 ignored. Values are either string, enclosed in double-quotes,
 (floating-point-)numbers or a boolean expression, i.E<nbsp>e. either B<true> or
 B<false>. String containing of only alphanumeric characters and underscores do
-not need to be quoted.
+not need to be quoted. Lines may be wrapped by using `\' as the last character
+before the newline. This allows long lines to be split into multiple lines.
+Quoted strings may be wrapped as well. However, those are treated special in
+that whitespace at the beginning of the following lines will be ignored, which
+allows for nicely indenting the wrapped lines.
 
 The configuration is read and processed in order, i.E<nbsp>e. from top to
 bottom. So the plugins are loaded in the order listed in this config file. It
-- 
1.5.6.1.156.ge903b

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://mailman.verplant.org/pipermail/collectd/attachments/20080712/7e96d7dc/attachment.pgp 


More information about the collectd mailing list