Module: sip-router Branch: 3.2 Commit: 91b6dd8d1fbf649e6fe3075f59ae92892fb6cb1f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=91b6dd8d...
Author: Peter Dunkley peter.dunkley@crocodile-rcs.com Committer: Peter Dunkley peter.dunkley@crocodile-rcs.com Date: Fri Apr 20 14:15:36 2012 +0100
modules/db_postgres: Fixed copy-and-paste error in module documentation (cherry picked from commit c5a51e4236498cfe3ca31c8aae96d3b422a9da23)
---
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>