The tls examples used low_memory_threshold[12] instead of
low_mem_treshold[12].
Reported-by: Jan Janak <jan@iptel.org>
... | ... |
@@ -473,9 +473,9 @@ modparam("tls", "tls_log", 10) |
473 | 473 |
|
474 | 474 |
See also low_mem_threshold2. |
475 | 475 |
|
476 |
- Example 15. Set low_memory_threshold1 parameter |
|
476 |
+ Example 15. Set low_mem_threshold1 parameter |
|
477 | 477 |
... |
478 |
-modparam("tls", "low_memory_threshold1", -1) |
|
478 |
+modparam("tls", "low_mem_threshold1", -1) |
|
479 | 479 |
... |
480 | 480 |
|
481 | 481 |
1.8.15. low_mem_threshold2 (integer) |
... | ... |
@@ -499,9 +499,9 @@ modparam("tls", "low_memory_threshold1", -1) |
499 | 499 |
|
500 | 500 |
See also low_mem_threshold1. |
501 | 501 |
|
502 |
- Example 16. Set low_memory_threshold2 parameter |
|
502 |
+ Example 16. Set low_mem_threshold2 parameter |
|
503 | 503 |
... |
504 |
-modparam("tls", "low_memory_threshold2", -1) |
|
504 |
+modparam("tls", "low_mem_threshold2", -1) |
|
505 | 505 |
... |
506 | 506 |
|
507 | 507 |
1.8.16. tls_force_run (boolean) |
... | ... |
@@ -322,10 +322,10 @@ modparam("tls", "tls_log", 10) |
322 | 322 |
See also <varname>low_mem_threshold2</varname>. |
323 | 323 |
</para> |
324 | 324 |
<example> |
325 |
- <title>Set <varname>low_memory_threshold1</varname> parameter</title> |
|
325 |
+ <title>Set <varname>low_mem_threshold1</varname> parameter</title> |
|
326 | 326 |
<programlisting> |
327 | 327 |
... |
328 |
-modparam("tls", "low_memory_threshold1", -1) |
|
328 |
+modparam("tls", "low_mem_threshold1", -1) |
|
329 | 329 |
... |
330 | 330 |
</programlisting> |
331 | 331 |
</example> |
... | ... |
@@ -361,10 +361,10 @@ modparam("tls", "low_memory_threshold1", -1) |
361 | 361 |
See also <varname>low_mem_threshold1</varname>. |
362 | 362 |
</para> |
363 | 363 |
<example> |
364 |
- <title>Set <varname>low_memory_threshold2</varname> parameter</title> |
|
364 |
+ <title>Set <varname>low_mem_threshold2</varname> parameter</title> |
|
365 | 365 |
<programlisting> |
366 | 366 |
... |
367 |
-modparam("tls", "low_memory_threshold2", -1) |
|
367 |
+modparam("tls", "low_mem_threshold2", -1) |
|
368 | 368 |
... |
369 | 369 |
</programlisting> |
370 | 370 |
</example> |