[sr-dev] git:sr_3.0: tls: doc: fix low_mem_treshold* name in examples
Andrei Pelinescu-Onciul
andrei at iptel.org
Wed Mar 17 20:57:27 CET 2010
Module: sip-router
Branch: sr_3.0
Commit: d39cdd6cb975aa7c29d5d7a1071e85723805c23d
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d39cdd6cb975aa7c29d5d7a1071e85723805c23d
Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei at 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 at 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>
More information about the sr-dev
mailing list