Skip to content

Commit

Permalink
app_perl: 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 cd142be commit d7b8e38
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions src/modules/app_perl/doc/app_perl.xml
Expand Up @@ -35,10 +35,10 @@
</copyright>
</bookinfo>
<toc></toc>

<xi:include href="app_perl_admin.xml"/>
<xi:include href="app_perl_pod.xml"/>
<xi:include href="app_perl_samples.xml"/>
<xi:include href="app_perl_faq.xml"/>

</book>
10 changes: 5 additions & 5 deletions src/modules/app_perl/doc/app_perl_admin.xml
Expand Up @@ -10,9 +10,9 @@
<!-- Module User's Guide -->

<chapter>

<title>&adminguide;</title>

<section>
<title>Overview</title>
<para>
Expand Down Expand Up @@ -65,7 +65,7 @@ TYPEMAP: echo "`perl -MConfig -e 'print $Config{installprivlib}'`/ExtUtils/ty
...
if (perl_exec("ldap_alias")) {
...
}
}
...
</programlisting>
just as you would have done with the current alias_db module.
Expand All @@ -80,7 +80,7 @@ if (perl_exec("ldap_alias")) {
to the Perl interface and the full reference documentation can be found below.
</para>
</section>


<section>
<title>Dependencies</title>
Expand All @@ -101,7 +101,7 @@ if (perl_exec("ldap_alias")) {
<section>
<title>External Libraries or Applications</title>
<para>
The following libraries or applications must be installed before
The following libraries or applications must be installed before
running &kamailio; with this module loaded:
<itemizedlist>
<listitem>
Expand Down
6 changes: 3 additions & 3 deletions src/modules/app_perl/doc/app_perl_faq.xml
Expand Up @@ -10,7 +10,7 @@
<!-- Module FAQ -->

<chapter>

<title>&faqguide;</title>
<qandaset defaultlabel="number">
<qandaentry>
Expand Down Expand Up @@ -56,7 +56,7 @@
<answer>
<para>
First at all check if your question was already answered on one of
our mailing lists:
our mailing lists:
</para>
<itemizedlist>
<listitem>
Expand All @@ -67,7 +67,7 @@
</listitem>
</itemizedlist>
<para>
E-mails regarding any stable &kamailio; release should be sent to
E-mails regarding any stable &kamailio; release should be sent to
&kamailiousersmail; and e-mails regarding development versions
should be sent to &kamailiodevmail;.
</para>
Expand Down
4 changes: 2 additions & 2 deletions src/modules/app_perl/doc/app_perl_pod.xml
Expand Up @@ -545,9 +545,9 @@ $number = $phonenumbers->dialNumber("+497612034567");]]></screen>
<para>
The following fields should be set:
</para>
<screen><![CDATA['longDistancePrefix'
<screen><![CDATA['longDistancePrefix'
'areaCode'
'pbxCode'
'pbxCode'
'internationalPrefix'
'publicAccessPrefix'
'countryCode']]></screen>
Expand Down
4 changes: 2 additions & 2 deletions src/modules/app_perl/doc/app_perl_samples.xml
Expand Up @@ -13,7 +13,7 @@
<chapterinfo>
</chapterinfo>
<title>Perl samples</title>

<section>
<title>Sample directory</title>
<para>
Expand Down Expand Up @@ -164,7 +164,7 @@
...
if (perl_exec_msg("ldap_alias")) {
route[1];
}
}
...
</programlisting>
</para>
Expand Down

0 comments on commit d7b8e38

Please sign in to comment.