Răsfoiți Sursa

uri_db: docs - removed trailing spaces

Daniel-Constantin Mierla 1 an în urmă
părinte
comite
0a93d0930c

+ 3 - 3
src/modules/uri_db/doc/uri_db.xml

@@ -46,8 +46,8 @@
 	</copyright>
 	</bookinfo>
 	<toc></toc>
-	
+
 	<xi:include href="uri_db_admin.xml"/>
-	
-	
+
+
 </book>

+ 6 - 6
src/modules/uri_db/doc/uri_db_admin.xml

@@ -10,9 +10,9 @@
 <!-- Module User's Guide -->
 
 <chapter>
-	
+
 	<title>&adminguide;</title>
-	
+
 	<section>
 	<title>Overview</title>
 	<para>Various checks related to &sip; &uri;.</para>
@@ -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>
@@ -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>
@@ -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>