Module: kamailio Branch: master Commit: f6dde6f261891dff5b041a0e545e7bd210baf24b URL: https://github.com/kamailio/kamailio/commit/f6dde6f261891dff5b041a0e545e7bd210baf24b
Author: Julien Chavanton <[email protected]> Committer: Julien Chavanton <[email protected]> Date: 2017-05-20T13:06:55-07:00 db_sqlite: fix xml doc --- Modified: src/modules/db_sqlite/doc/db_sqlite_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/f6dde6f261891dff5b041a0e545e7bd210baf24b.diff Patch: https://github.com/kamailio/kamailio/commit/f6dde6f261891dff5b041a0e545e7bd210baf24b.patch --- diff --git a/src/modules/db_sqlite/doc/db_sqlite_admin.xml b/src/modules/db_sqlite/doc/db_sqlite_admin.xml index 695e0d4004..9dd8418563 100644 --- a/src/modules/db_sqlite/doc/db_sqlite_admin.xml +++ b/src/modules/db_sqlite/doc/db_sqlite_admin.xml @@ -62,10 +62,10 @@ </section> <section> - <title>Parameters</title> - <section id="db_sqlite.p.db_set_readonly"> + <title>Parameters</title> + <section id="db_sqlite.p.db_set_readonly"> <title><varname>db_set_readonly</varname> (string)</title> - + <para> This will set the db connection to "SQLITE_OPEN_READONLY", useful if another program is writing to the DB. The value is the full path to the sqlite file used for example in any db_url or sqlops/sqlcon @@ -85,7 +85,7 @@ modparam("sqlops","sqlcon","lrn=>sqlite:////var/mydb.sqlite") # Example if using ... </programlisting> </example> - </section> + </section> </section> <section> _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
