Skip to content

Commit

Permalink
tcpops: docs - removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 13, 2023
1 parent 1861bb8 commit da569f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/modules/tcpops/doc/functions.xml
Expand Up @@ -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>
Expand Down Expand Up @@ -135,7 +135,7 @@ onreply_route[foo] {
]]></programlisting>
</example>
</section>

<section id="tcpops.f.tcp_keepalive_disable">
<title>
<function>tcp_keepalive_disable([conid])</function>
Expand Down Expand Up @@ -203,7 +203,7 @@ onreply_route[foo] {
<programlisting><![CDATA[
...
# use 10s as default lifetime
tcp_connection_lifetime=10
tcp_connection_lifetime=10
...
request_route {
Expand Down
2 changes: 1 addition & 1 deletion src/modules/tcpops/doc/tcpops.xml
Expand Up @@ -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"/>
Expand Down

0 comments on commit da569f9

Please sign in to comment.