Skip to content

Commit

Permalink
keepalive: 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 2375d9d commit ca72119
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions src/modules/keepalive/doc/keepalive.xml
Expand Up @@ -23,27 +23,27 @@
<surname>CANER</surname>
<email>caner_yaso@hotmail.com</email>
</author>

<editor>
<firstname>Guillaume</firstname>
<surname>Bour</surname>
<email>guillaume@bour.cc</email>
</editor>

<editor>
<firstname>Yasin</firstname>
<surname>CANER</surname>
<email>caner_yaso@hotmail.com</email>
</editor>
</authorgroup>

<copyright>
<year>2017</year>
<holder>Guillaume Bour</holder>
</copyright>
</bookinfo>
<toc></toc>

<xi:include href="keepalive_admin.xml"/>
<xi:include href="keepalive_devel.xml"/>

Expand Down
8 changes: 4 additions & 4 deletions src/modules/keepalive/doc/keepalive_admin.xml
Expand Up @@ -286,7 +286,7 @@ ka_del_destination("sip:192.168.1.10:5060;transport=tcp", "config");
keepalive.add sip:username@domain listname
</programlisting>
</example>
</section>
</section>
<section id="keepalive.del">
<title><function>keepalive.del</function></title>
<para>
Expand All @@ -302,7 +302,7 @@ ka_del_destination("sip:192.168.1.10:5060;transport=tcp", "config");
keepalive.del sip:username@domain listname
</programlisting>
</example>
</section>
</section>
<section id="keepalive.get">
<title><function>keepalive.get</function></title>
<para>
Expand All @@ -318,7 +318,7 @@ ka_del_destination("sip:192.168.1.10:5060;transport=tcp", "config");
keepalive.get sip:username@domain listname
</programlisting>
</example>
</section>
</section>
<section id="keepalive.flush">
<title><function>keepalive.flush</function></title>
<para>
Expand All @@ -334,7 +334,7 @@ ka_del_destination("sip:192.168.1.10:5060;transport=tcp", "config");
keepalive.flush
</programlisting>
</example>
</section>
</section>
</section>
</section>
</chapter>
Expand Down
12 changes: 6 additions & 6 deletions src/modules/keepalive/doc/keepalive_devel.xml
Expand Up @@ -10,12 +10,12 @@
<!-- Module Developer's Guide -->

<chapter>

<title>&develguide;</title>

<para>
The KeepAlive module provides an internal <acronym>API</acronym> to be used by
other &kamailio; modules. This <acronym>API</acronym> offers support for destinations
The KeepAlive module provides an internal <acronym>API</acronym> to be used by
other &kamailio; modules. This <acronym>API</acronym> offers support for destinations
monitoring.
</para>
<para>
Expand All @@ -33,7 +33,7 @@
<function moreinfo="none">add_destination(uri, owner, flags, ping_interval, [statechanged_clb, response_clb, [user_attr]])</function>
</title>
<para>
This function registers a new destination to monitor.
This function registers a new destination to monitor.
Monitoring of the destination starts as soon as it returns with success (0 value).
</para>
<para>Meaning of the parameters is as follows:</para>
Expand All @@ -44,7 +44,7 @@
</para>
<itemizedlist>
<listitem>
<emphasis>proto</emphasis> being one of <emphasis>sip</emphasis> or <emphasis>sips</emphasis> (SIP over TLS).
<emphasis>proto</emphasis> being one of <emphasis>sip</emphasis> or <emphasis>sips</emphasis> (SIP over TLS).
If omitted, <emphasis>sip</emphasis> is used by default
</listitem>
<listitem>
Expand Down Expand Up @@ -117,7 +117,7 @@
<listitem><emphasis>-1</emphasis> if an error occurred
</listitem>
</itemizedlist>

</section>


Expand Down

0 comments on commit ca72119

Please sign in to comment.