From: Ruben Kerkhof Date: Tue, 28 Jul 2015 09:59:35 +0000 (+0200) Subject: write_redis: fix a few typos in manpage X-Git-Tag: collectd-5.6.0~627^2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f0f30acbe00aa0b71becd5e7c1d8828376b37537;p=collectd.git write_redis: fix a few typos in manpage Also correct the maximum length of the node name. The callback name is "write_redis/%s" so the maximum length of a node name is DATA_MAX_NAME_LEN - strlen("write_redis") -1. --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 978c1c51..9a8d2c1f 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -7611,7 +7611,7 @@ Synopsis: Values are submitted to I, using the metric name as the key, and the timestamp as the score. Retrieving a date range can then be done using the -C I command. Additionnally, all the identifiers of these +C I command. Additionally, all the identifiers of these I are kept in a I called C (or C<${prefix}/values> if the B option was specified) and can be retrieved using the C I command. You can specify the database to use @@ -7631,9 +7631,9 @@ options are available: =item B I The B block identifies a new I node, that is a new I -instance running in an specified host and port. The name for node is a +instance running on a specified host and port. The node name is a canonical identifier which is used as I. It is limited to -64Echaracters in length. +51Echaracters in length. =item B I