From 4632d38ce3e3f79920b7e886120a4e9066126a20 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Tue, 28 Jul 2015 11:59:35 +0200 Subject: [PATCH] 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. --- src/collectd.conf.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.11.0