Browse Source

db_cluster: proper title for example in docs

Daniel-Constantin Mierla 11 years ago
parent
commit
c318fb9bd1
2 changed files with 3 additions and 3 deletions
  1. 2 2
      modules/db_cluster/README
  2. 1 1
      modules/db_cluster/doc/db_cluster_admin.xml

+ 2 - 2
modules/db_cluster/README

@@ -38,7 +38,7 @@ Daniel-Constantin Mierla
    1.2. Set cluster parameter
    1.3. Set inactive_interval parameter
    1.4. Set max_query_length parameter
-   1.5. Set cluster parameter
+   1.5. Sample of usage
 
 Chapter 1. Admin Guide
 
@@ -188,7 +188,7 @@ modparam("db_cluster", "max_query_length", 5)
    to be used for parallel writing from acc and round-robin reading by
    sqlops.
 
-   Example 1.5. Set cluster parameter
+   Example 1.5. Sample of usage
 ...
 modparam("db_cluster", "connection",
              "c1=>mysql://kamailio:kamailiorw@localhost/kamailio1")

+ 1 - 1
modules/db_cluster/doc/db_cluster_admin.xml

@@ -195,7 +195,7 @@ modparam("db_cluster", "max_query_length", 5)
 			sqlops.
 		</para>
 		<example>
-		<title>Set <varname>cluster</varname> parameter</title>
+		<title>Sample of usage</title>
 		<programlisting format="linespecific">
 ...
 modparam("db_cluster", "connection",