Merge pull request #687 from txaj/fix-doc-postgresmodule-sslmode
authorPierre-Yves Ritschard <pyr@spootnik.org>
Wed, 30 Jul 2014 16:01:04 +0000 (18:01 +0200)
committerPierre-Yves Ritschard <pyr@spootnik.org>
Wed, 30 Jul 2014 16:01:04 +0000 (18:01 +0200)
Fixing misplaced block in documentation.

src/collectd.conf.pod

index a86df33..7674847 100644 (file)
@@ -4862,13 +4862,6 @@ Specify the password to be used when connecting to the server.
 Specify whether to use an SSL connection when contacting the server. The
 following modes are supported:
 
-=item B<Instance> I<name>
-
-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.
-when running multiple database server versions in parallel).
-
 =over 4
 
 =item I<disable>
@@ -4889,6 +4882,13 @@ Use SSL only.
 
 =back
 
+=item B<Instance> I<name>
+
+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.
+when running multiple database server versions in parallel).
+
 =item B<KRBSrvName> I<kerberos_service_name>
 
 Specify the Kerberos service name to use when authenticating with Kerberos 5