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.5.1~54 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=4632d38ce3e3f79920b7e886120a4e9066126a20;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 7eaac5b0..8189e973 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -7474,7 +7474,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 and can be retrieved using the C I command. See L and L for @@ -7492,9 +7492,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