Prechádzať zdrojové kódy

xlog: docs - removed trailing spaces

Daniel-Constantin Mierla 1 rok pred
rodič
commit
b49e0c99a1

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

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

+ 5 - 5
src/modules/xlog/doc/xlog_admin.xml

@@ -10,14 +10,14 @@
 <!-- Module User's Guide -->
 
 <chapter>
-	
+
 	<title>&adminguide;</title>
-	
+
 	<section id="xlog.overview">
 	<title>Overview</title>
 	<para>
 		This module provides the possibility to print user formatted log or
-		debug messages from &kamailio; scripts, similar to the printf function. 
+		debug messages from &kamailio; scripts, similar to the printf function.
 		A C-style printf specifier is replaced with a part of the &sip; request or other
 		variables from system.
 	</para>
@@ -194,7 +194,7 @@ modparam("xlog", "prefix_mode", 1)
 		<title><varname>log_facility</varname> (string)</title>
 		<para>
 		Syslog facility to be used for the xlog output.
-		By setting this, and configuring syslog, you can get the xlog messages 
+		By setting this, and configuring syslog, you can get the xlog messages
 		in a separate syslog file than the debug messages issued from the source code.
 		</para>
 		<para>
@@ -344,7 +344,7 @@ modparam("xlog", "methods_filter", 15)
 			</para>
 		</listitem>
 		<listitem>
-			<para><emphasis>format</emphasis> - The formatted string to be printed. 
+			<para><emphasis>format</emphasis> - The formatted string to be printed.
 			</para>
 		</listitem>
 		</itemizedlist>