Skip to content

Commit

Permalink
uri_db: 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 29dc670 commit 0a93d09
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/modules/uri_db/doc/uri_db.xml
Expand Up @@ -46,8 +46,8 @@
</copyright>
</bookinfo>
<toc></toc>

<xi:include href="uri_db_admin.xml"/>


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

<chapter>

<title>&adminguide;</title>

<section>
<title>Overview</title>
<para>Various checks related to &sip; &uri;.</para>
Expand All @@ -35,7 +35,7 @@
<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 Expand Up @@ -182,11 +182,11 @@ modparam("uri_db", "use_uri_table", 1)
<title><varname>use_domain</varname> (integer)</title>
<para>
Specify if the domain part of the URI should be used to identify the
users (along with username). This is useful in multi domain setups, a
users (along with username). This is useful in multi domain setups, a
non-zero value means true.
</para>
<para>This parameter is only evaluated for calls to <quote>does_uri_exist</quote>,
all other functions checks the digest username and realm against the
all other functions checks the digest username and realm against the
given username, if the <quote>uri</quote> table is used.
</para>
<para>
Expand Down Expand Up @@ -293,7 +293,7 @@ if (check_uri("$var(uri)")) {
Check if username in the request &uri; belongs to an existing user.
</para>
<para>
The checking is done against the &uri; table (if use_uri_table is set)
The checking is done against the &uri; table (if use_uri_table is set)
or the subscriber table.
</para>
<para>
Expand Down

0 comments on commit 0a93d09

Please sign in to comment.