소스 검색

htable: removed inexistent timer_mode parameter from docs

Daniel-Constantin Mierla 9 년 전
부모
커밋
30b85032e2
1개의 변경된 파일0개의 추가작업 그리고 21개의 파일을 삭제
  1. 0 21
      modules/htable/doc/htable_admin.xml

+ 0 - 21
modules/htable/doc/htable_admin.xml

@@ -578,27 +578,6 @@ modparam("htable", "fetch_rows", 1000)
 ...
 modparam("htable", "timer_interval", 10)
 ...
-</programlisting>
-		</example>
-	</section>
-	<section id="htable.p.timer_mode">
-		<title><varname>timer_mode</varname> (integer)</title>
-		<para>
-		If set to 1, the module will start a new timer process. If set to 0
-		will use the default timer process to check for expired htable
-		values.
-		</para>
-		<para>
-		<emphasis>
-			Default value is 0.
-		</emphasis>
-		</para>
-		<example>
-		<title>Set <varname>timer_mode</varname> parameter</title>
-		<programlisting format="linespecific">
-...
-modparam("htable", "timer_mode", 1)
-...
 </programlisting>
 		</example>
 	</section>