write_redis: fix a few typos in manpage
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 28 Jul 2015 09:59:35 +0000 (11:59 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Tue, 27 Oct 2015 22:59:05 +0000 (23:59 +0100)
commit4632d38ce3e3f79920b7e886120a4e9066126a20
treea47aff63ce4263f64f62502d394471197db475f6
parentd8a02e6c6f5875dfcab7b011d1f340e3a13c9e39
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