Module: sip-router Branch: master Commit: 915a0052092be70630f76a91c19c9a540da038df URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=915a0052092be70630f76a91c19c9a540da038df
Author: Andrei Pelinescu-Onciul <[email protected]> Committer: Andrei Pelinescu-Onciul <[email protected]> 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 <[email protected]> --- 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 ba2a38e..090ec26 100644 --- a/modules/tls/README +++ b/modules/tls/README @@ -473,9 +473,9 @@ modparam("tls", "tls_log", 10) 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) ... 1.8.15. low_mem_threshold2 (integer) @@ -499,9 +499,9 @@ modparam("tls", "low_memory_threshold1", -1) 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) ... 1.8.16. tls_force_run (boolean) diff --git a/modules/tls/doc/params.xml b/modules/tls/doc/params.xml index 038c39d..fda0f93 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> _______________________________________________ sr-dev mailing list [email protected] http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
