Module: sip-router
Branch: master
Commit: 2efc174c7b2a099569ac6fa8f2cabc3e3f242d6b
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2efc174…
Author: Marius Zbihlei <marius.zbihlei(a)1and1.ro>
Committer: Marius Zbihlei <marius.zbihlei(a)1and1.ro>
Date: Fri Jan 15 18:44:27 2010 +0200
Revert "Fixed documentation naming of parameter in modules_k/sl module"
This reverts commit fe71e47101defb0b7e61c0aa1157cb88d6be497e.
---
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 540c56e..cd2e1cd 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>bind_tm</varname>
(integer)</title>
+ <title><varname>load_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>bind_tm example</title>
+ <title>load_tm example</title>
<programlisting format="linespecific">
-modparam("sl", "bind_tm", 0)
+modparam("sl", "load_tm", 0)
</programlisting>
</example>
</section>