collectd.conf(5): Fix documentation of data types of the modbus plugin.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 7 Feb 2011 08:07:56 +0000 (09:07 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Mon, 7 Feb 2011 08:07:56 +0000 (09:07 +0100)
src/collectd.conf.pod

index f7ec2a8..836f517 100644 (file)
@@ -1884,9 +1884,9 @@ TCP-Port to connect to. Defaults to B<11211>.
 =head2 Plugin C<modbus>
 
 The B<modbus plugin> connects to a Modbus "slave" via Modbus/TCP and reads
-register values. It supports reading single registers (unsigned 16E<nbsp>bit
-values), large integer values (unsigned 32E<nbsp>bit values) and floating point
-values (two registers interpreted as IEEE floats in big endian notation).
+register values. It supports reading single registers (16E<nbsp>bit integer
+values), large integer values (32E<nbsp>bit values) and floating point values
+(two registers interpreted as IEEE floats in big endian notation).
 
 Synopsis:
 
@@ -1904,7 +1904,7 @@ Synopsis:
    Instance "input-2"
  </Data>
  
- <Datagroup "device-type-1"
+ <Datagroup "device-type-1">
    Collect  "voltage-input-1"
    Collect  "voltage-input-2"
  </Datagroup>