Module: sip-router Branch: master Commit: 4dfb8f6a8c2efda45f9b969c665f06996a54479e URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4dfb8f6a...
Author: Marius Zbihlei marius.zbihlei@1and1.ro Committer: Marius Zbihlei marius.zbihlei@1and1.ro Date: Mon Jan 18 11:17:52 2010 +0200
sl(k):Fixed documentation error
The correct param is bind_tm
---
modules_k/sl/doc/sl_admin.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules_k/sl/doc/sl_admin.xml b/modules_k/sl/doc/sl_admin.xml index cd2e1cd..540c56e 100644 --- a/modules_k/sl/doc/sl_admin.xml +++ b/modules_k/sl/doc/sl_admin.xml @@ -100,7 +100,7 @@ modparam("sl", "enable_stats", 0) </example> </section> <section> - <title><varname>load_tm</varname> (integer)</title> + <title><varname>bind_tm</varname> (integer)</title> <para> If the module should use transaction support for sending the replies. A zero value means disabled. @@ -112,9 +112,9 @@ modparam("sl", "enable_stats", 0) Default value is 1 (enabled). </para> <example> - <title>load_tm example</title> + <title>bind_tm example</title> <programlisting format="linespecific"> -modparam("sl", "load_tm", 0) +modparam("sl", "bind_tm", 0) </programlisting> </example> </section>