Parcourir la source

tcpops: docs - removed trailing spaces

Daniel-Constantin Mierla il y a 1 an
Parent
commit
da569f99de
2 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. 4 4
      src/modules/tcpops/doc/functions.xml
  2. 1 1
      src/modules/tcpops/doc/tcpops.xml

+ 4 - 4
src/modules/tcpops/doc/functions.xml

@@ -102,12 +102,12 @@
 			</listitem>
 			<listitem>
 				<para><emphasis>count</emphasis>: number of non-acked keepalive before
-				resetting the connection. 
+				resetting the connection.
 				</para>
 			</listitem>
 			<listitem>
 				<para><emphasis>interval</emphasis> (seconds): time between two keepalive
-				probes. 
+				probes.
 				</para>
 			</listitem>
 		</itemizedlist>
@@ -135,7 +135,7 @@ onreply_route[foo] {
 			]]></programlisting>
 		</example>
 	</section>
-	
+
 	 <section id="tcpops.f.tcp_keepalive_disable">
 		<title>
 			<function>tcp_keepalive_disable([conid])</function>
@@ -203,7 +203,7 @@ onreply_route[foo] {
                         <programlisting><![CDATA[
 ...
 # use 10s as default lifetime
-tcp_connection_lifetime=10 
+tcp_connection_lifetime=10
 ...
 
 request_route {

+ 1 - 1
src/modules/tcpops/doc/tcpops.xml

@@ -54,7 +54,7 @@
 	(Linux, FreeBSD, DragonFly BSD, NetBSD).
 	</para>
     </section>
-    
+
     <xi:include href="params.xml"/>
     <xi:include href="functions.xml"/>
     <xi:include href="eventroutes.xml"/>