Skip to content

Commit

Permalink
db_perlvdb: 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 b8f3cc5 commit 903dcca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/modules/db_perlvdb/doc/db_perlvdb.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
</copyright>
</bookinfo>
<toc></toc>

<xi:include href="db_perlvdb_admin.xml"/>
<xi:include href="db_perlvdb_devel.xml"/>


</book>
4 changes: 2 additions & 2 deletions src/modules/db_perlvdb/doc/db_perlvdb_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<!-- Module User's Guide -->

<chapter>

<title>&adminguide;</title>

<section>
<title>Overview</title>
<para>
Expand Down
4 changes: 2 additions & 2 deletions src/modules/db_perlvdb/doc/db_perlvdb_devel.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<!-- Module Developer's Guide -->

<chapter>

<title>&develguide;</title>
<section><title>Introduction</title>
<para>
Expand Down Expand Up @@ -117,7 +117,7 @@ my $cols = new Kamailio::VDB::Column(\@types, \@names);
<section><title>Adapters</title>
<para>
Adapters should be used to turn the relational structured database request into
pure Perl function arguments. The alias_db function alias_db_lookup for example
pure Perl function arguments. The alias_db function alias_db_lookup for example
takes a user/host pair, and turns it into another user/host pair. The Alias
adapter turns the ReqCond array into two separate scalars that are used as parameters
for a VTab call.
Expand Down

0 comments on commit 903dcca

Please sign in to comment.