Pārlūkot izejas kodu

uid_auth_db: docs - removed trailing spaces

Daniel-Constantin Mierla 1 gadu atpakaļ
vecāks
revīzija
acfcbf39c7

+ 3 - 3
src/modules/uid_auth_db/auth_db.xml

@@ -24,7 +24,7 @@
     <para>
     <para>
       The <command>auth_db</command> module needs the
       The <command>auth_db</command> module needs the
       <serdoc:module>auth</serdoc:module> module and a database module such
       <serdoc:module>auth</serdoc:module> module and a database module such
-      as the <serdoc:module>mysql</serdoc:module> module. 
+      as the <serdoc:module>mysql</serdoc:module> module.
     </para>
     </para>
   </refsect1>
   </refsect1>
 
 
@@ -318,7 +318,7 @@
         domain ID stored in the database should be considered when
         domain ID stored in the database should be considered when
         loading credentials from the database. If it is changed to
         loading credentials from the database. If it is changed to
         <literal>yes</literal>, only those rows are loaded where the
         <literal>yes</literal>, only those rows are loaded where the
-        domain ID in the column specified by the 
+        domain ID in the column specified by the
         <serdoc:modparam module="auth_db">did_column</serdoc:modparam>
         <serdoc:modparam module="auth_db">did_column</serdoc:modparam>
         parameter matches that determined from the domain in the
         parameter matches that determined from the domain in the
         To header field.
         To header field.
@@ -378,7 +378,7 @@
         parameter is set to <literal>yes</literal>. In this case, the
         parameter is set to <literal>yes</literal>. In this case, the
         domain ID is taken from the <varname>$t.did</varname> attribute
         domain ID is taken from the <varname>$t.did</varname> attribute
         if the method of the request is <varname>REGISTER</varname> or
         if the method of the request is <varname>REGISTER</varname> or
-        <varname>$f.did</varname> otherwise. 
+        <varname>$f.did</varname> otherwise.
       </para>
       </para>
       <para>
       <para>
         If <serdoc:modparam module="auth_db">use_did</serdoc:modparam>
         If <serdoc:modparam module="auth_db">use_did</serdoc:modparam>

+ 2 - 2
src/modules/uid_auth_db/doc/functions.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
    "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
    "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
 
 
 <section id="auth_db.functions" xmlns:xi="http://www.w3.org/2001/XInclude">
 <section id="auth_db.functions" xmlns:xi="http://www.w3.org/2001/XInclude">
@@ -58,7 +58,7 @@ if (www_authorize("iptel.org", "subscriber")) {
 	    </programlisting>
 	    </programlisting>
 	</example>
 	</example>
     </section>
     </section>
-    
+
     <section id="proxy_authorize">
     <section id="proxy_authorize">
 	<title><function>proxy_authorize(realm, table)</function></title>
 	<title><function>proxy_authorize(realm, table)</function></title>
 	<para>
 	<para>

+ 2 - 2
src/modules/uid_auth_db/doc/params.xml

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
    "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
    "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
 
 
 <section id="auth_db.parameters" xmlns:xi="http://www.w3.org/2001/XInclude">
 <section id="auth_db.parameters" xmlns:xi="http://www.w3.org/2001/XInclude">
@@ -28,7 +28,7 @@ modparam("auth_db", "db_url", "mysql://foo:[email protected]/ser")
 	    </programlisting>
 	    </programlisting>
 	</example>
 	</example>
     </section>
     </section>
-    
+
     <section id="user_column">
     <section id="user_column">
 	<title><varname>user_column</varname> (string)</title>
 	<title><varname>user_column</varname> (string)</title>
 	<para>
 	<para>

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

@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" 
+<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
    "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
    "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
 
 
 <book id="uid_auth_db" xmlns:xi="http://www.w3.org/2001/XInclude">
 <book id="uid_auth_db" xmlns:xi="http://www.w3.org/2001/XInclude">
@@ -27,7 +27,7 @@
 	</copyright>
 	</copyright>
     </bookinfo>
     </bookinfo>
     <toc></toc>
     <toc></toc>
-    
+
     <chapter>
     <chapter>
 	<title>Admin Guide</title>
 	<title>Admin Guide</title>
     <section id="uid_auth_db.overview">
     <section id="uid_auth_db.overview">
@@ -68,7 +68,7 @@
 	    </itemizedlist>
 	    </itemizedlist>
 	</para>
 	</para>
     </section>
     </section>
-    
+
     <xi:include href="params.xml"/>
     <xi:include href="params.xml"/>
     <xi:include href="functions.xml"/>
     <xi:include href="functions.xml"/>
     </chapter>
     </chapter>