write_redis: fix a few typos in manpage
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 28 Jul 2015 09:59:35 +0000 (11:59 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 28 Jul 2015 09:59:35 +0000 (11:59 +0200)
commitf0f30acbe00aa0b71becd5e7c1d8828376b37537
treeb7198c1b58210a395214db0a9794a24c5f26d2c2
parent7d6f8590dc49fbcb0abfb78ea517f72fb265d4ff
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