[sr-dev] git:master: db_cluster: proper title for example in docs

Daniel-Constantin Mierla miconda at gmail.com
Mon Mar 3 21:17:06 CET 2014


Module: sip-router
Branch: master
Commit: c318fb9bd1f3674c0bf85f8b50db030039d4e5bd
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c318fb9bd1f3674c0bf85f8b50db030039d4e5bd

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Mon Mar  3 21:16:38 2014 +0100

db_cluster: proper title for example in docs

---

 modules/db_cluster/README                   |    4 ++--
 modules/db_cluster/doc/db_cluster_admin.xml |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/db_cluster/README b/modules/db_cluster/README
index 0364bf6..8750efc 100644
--- a/modules/db_cluster/README
+++ b/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")
diff --git a/modules/db_cluster/doc/db_cluster_admin.xml b/modules/db_cluster/doc/db_cluster_admin.xml
index 17543fd..ba07023 100644
--- a/modules/db_cluster/doc/db_cluster_admin.xml
+++ b/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",




More information about the sr-dev mailing list