Module: sip-router
Branch: kamailio_3.0
Commit: 2f900c77ba09f57217cffda8ff4ea882fbaa21e2
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2f900c7…
Author: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei(a)iptel.org>
Date: Tue Mar 16 11:13:19 2010 +0100
tls: doc: fix low_mem_treshold* name in examples
The tls examples used low_memory_threshold[12] instead of
low_mem_treshold[12].
Reported-by: Jan Janak <jan(a)iptel.org>
(cherry picked from commit 915a0052092be70630f76a91c19c9a540da038df)
---
modules/tls/README | 8 ++++----
modules/tls/doc/params.xml | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/modules/tls/README b/modules/tls/README
index c30c1c7..fcdc5d9 100644
--- a/modules/tls/README
+++ b/modules/tls/README
@@ -444,9 +444,9 @@ low_mem_threshold1 (integer)
See also low_mem_threshold2.
- Example 15. Set low_memory_threshold1 parameter
+ Example 15. Set low_mem_threshold1 parameter
...
-modparam("tls", "low_memory_threshold1", -1)
+modparam("tls", "low_mem_threshold1", -1)
...
low_mem_threshold2 (integer)
@@ -470,9 +470,9 @@ low_mem_threshold2 (integer)
See also low_mem_threshold1.
- Example 16. Set low_memory_threshold2 parameter
+ Example 16. Set low_mem_threshold2 parameter
...
-modparam("tls", "low_memory_threshold2", -1)
+modparam("tls", "low_mem_threshold2", -1)
...
tls_force_run (boolean)
diff --git a/modules/tls/doc/params.xml b/modules/tls/doc/params.xml
index f5bcd50..03748a5 100644
--- a/modules/tls/doc/params.xml
+++ b/modules/tls/doc/params.xml
@@ -322,10 +322,10 @@ modparam("tls", "tls_log", 10)
See also <varname>low_mem_threshold2</varname>.
</para>
<example>
- <title>Set <varname>low_memory_threshold1</varname>
parameter</title>
+ <title>Set <varname>low_mem_threshold1</varname>
parameter</title>
<programlisting>
...
-modparam("tls", "low_memory_threshold1", -1)
+modparam("tls", "low_mem_threshold1", -1)
...
</programlisting>
</example>
@@ -361,10 +361,10 @@ modparam("tls", "low_memory_threshold1", -1)
See also <varname>low_mem_threshold1</varname>.
</para>
<example>
- <title>Set <varname>low_memory_threshold2</varname>
parameter</title>
+ <title>Set <varname>low_mem_threshold2</varname>
parameter</title>
<programlisting>
...
-modparam("tls", "low_memory_threshold2", -1)
+modparam("tls", "low_mem_threshold2", -1)
...
</programlisting>
</example>