Jelajahi Sumber

Revert "Fixed documentation naming of parameter in modules_k/sl module"

This reverts commit fe71e47101defb0b7e61c0aa1157cb88d6be497e.
Marius Zbihlei 15 tahun lalu
induk
melakukan
2efc174c7b
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 3 3
      modules_k/sl/doc/sl_admin.xml

+ 3 - 3
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>