From: Florian Forster Date: Mon, 7 Feb 2011 08:07:56 +0000 (+0100) Subject: collectd.conf(5): Fix documentation of data types of the modbus plugin. X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=004290201bc10125edd0182167b3254acff77f93 collectd.conf(5): Fix documentation of data types of the modbus plugin. --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index f7ec2a8f..836f517e 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1884,9 +1884,9 @@ TCP-Port to connect to. Defaults to B<11211>. =head2 Plugin C The B connects to a Modbus "slave" via Modbus/TCP and reads -register values. It supports reading single registers (unsigned 16Ebit -values), large integer values (unsigned 32Ebit values) and floating point -values (two registers interpreted as IEEE floats in big endian notation). +register values. It supports reading single registers (16Ebit integer +values), large integer values (32Ebit values) and floating point values +(two registers interpreted as IEEE floats in big endian notation). Synopsis: @@ -1904,7 +1904,7 @@ Synopsis: Instance "input-2" - Collect "voltage-input-1" Collect "voltage-input-2"