[sr-dev] git:master: modules/db_postgres: Fixed copy-and-paste error in module documentation

Peter Dunkley peter.dunkley at crocodile-rcs.com
Fri Apr 20 15:15:56 CEST 2012


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

Author: Peter Dunkley <peter.dunkley at crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley at crocodile-rcs.com>
Date:   Fri Apr 20 14:15:36 2012 +0100

modules/db_postgres: Fixed copy-and-paste error in module documentation

---

 modules/db_postgres/README                    |    2 +-
 modules/db_postgres/doc/db_postgres_admin.xml |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/db_postgres/README b/modules/db_postgres/README
index 3859294..76f10ce 100644
--- a/modules/db_postgres/README
+++ b/modules/db_postgres/README
@@ -85,7 +85,7 @@ Chapter 1. Admin Guide
 
    Example 1.1. Set retries parameter
 ...
-modparam("db_mysql", "retries", 3)
+modparam("db_postgres", "retries", 3)
 ...
 
 4. Functions
diff --git a/modules/db_postgres/doc/db_postgres_admin.xml b/modules/db_postgres/doc/db_postgres_admin.xml
index 4f36f53..3092c56 100644
--- a/modules/db_postgres/doc/db_postgres_admin.xml
+++ b/modules/db_postgres/doc/db_postgres_admin.xml
@@ -76,7 +76,7 @@
 		<title>Set <varname>retries</varname> parameter</title>
 		<programlisting format="linespecific">
 ...
-modparam("db_mysql", "retries", 3)
+modparam("db_postgres", "retries", 3)
 ...
 </programlisting>
 		</example>




More information about the sr-dev mailing list