Merge branch 'collectd-5.5' into collectd-5.6
authorMarc Fournier <marc.fournier@camptocamp.com>
Mon, 10 Oct 2016 18:58:19 +0000 (20:58 +0200)
committerMarc Fournier <marc.fournier@camptocamp.com>
Mon, 10 Oct 2016 18:58:19 +0000 (20:58 +0200)
1  2 
src/collectd.conf.pod
src/daemon/common.c
src/tail_csv.c
src/write_redis.c

@@@ -5785,10 -5209,8 +5785,10 @@@ transaction fails or if the database se
  
  Specify the plugin instance name that should be used instead of the database
  name (which is the default, if this option has not been specified). This
- allows to query multiple databases of the same name on the same host (e.g.
+ allows one to query multiple databases of the same name on the same host (e.g.
  when running multiple database server versions in parallel).
 +The plugin instance name can also be set from the query result using
 +the B<PluginInstanceFrom> option in B<Query> block.
  
  =item B<Host> I<hostname>
  
@@@ -6052,13 -5474,9 +6052,13 @@@ Similar to the B<Process> option this a
  statistics of processes matching the specified I<regex> (see L<regex(7)> for
  details). The statistics of all matching processes are summed up and
  dispatched to the daemon using the specified I<name> as an identifier. This
- allows to "group" several processes together. I<name> must not contain
+ allows one to "group" several processes together. I<name> must not contain
  slashes.
  
 +=item B<CollectContextSwitch> I<Boolean>
 +
 +Collect context switch of the process.
 +
  =back
  
  =head2 Plugin C<protocols>
Simple merge
diff --cc src/tail_csv.c
@@@ -536,8 -544,8 +536,8 @@@ static int tcsv_init(void) { /* {{{ *
          }
          else if (ds->ds_num != 1)
          {
 -            ERROR ("tail_csv plugin: The type \"%s\" has %i data sources. "
 +            ERROR ("tail_csv plugin: The type \"%s\" has %zu data sources. "
-                     "Only types with a single data soure are supported.",
+                     "Only types with a single data source are supported.",
                      ds->type, ds->ds_num);
              continue;
          }
Simple merge