Author: herb
Date: 2007-03-13 17:40:17 +0000 (Tue, 13 Mar 2007)
New Revision: 1061

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=1061

Log:
add documentation for debug prefix timestamp
fix missing tag close in printjobusername

Added:
   trunk/smbdotconf/logging/debugprefixtimestamp.xml
Modified:
   trunk/smbdotconf/printing/printjobusername.xml


Changeset:
Added: trunk/smbdotconf/logging/debugprefixtimestamp.xml
===================================================================
--- trunk/smbdotconf/logging/debugprefixtimestamp.xml   2007-03-08 01:42:35 UTC 
(rev 1060)
+++ trunk/smbdotconf/logging/debugprefixtimestamp.xml   2007-03-13 17:40:17 UTC 
(rev 1061)
@@ -0,0 +1,19 @@
+<samba:parameter name="debug prefix timestamp"
+                 context="G"
+                 developer="1"
+                                type="boolean"
+                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc";>
+<description>
+    <para>
+    With this option enabled, the timestamp message header is prefixed to the 
debug message without the
+    filename and function information that is included with the <smbconfoption 
name="debug timestamp"/> 
+    parameter. This gives timestamps to the messages without adding an 
additional line.
+    </para>
+
+    <para>
+    Note that this parameter overrides the <smbconfoption name="debug 
timestamp"/> parameter.
+    </para>
+
+</description>
+<value type="default">no</value>
+</samba:parameter>

Modified: trunk/smbdotconf/printing/printjobusername.xml
===================================================================
--- trunk/smbdotconf/printing/printjobusername.xml      2007-03-08 01:42:35 UTC 
(rev 1060)
+++ trunk/smbdotconf/printing/printjobusername.xml      2007-03-13 17:40:17 UTC 
(rev 1061)
@@ -3,11 +3,12 @@
                                 type="string"
                 print="1"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc";>
- <description>
+<description>
     <para>This parameter specifies which user information will be 
     passed to the printing system. Usually, the username is sent,
     but in some cases, e.g. the domain prefix is useful, too.</para>
-   
+</description>
+
 <related>printing</related>
 
 <value type="example">%D\%U</value>

Reply via email to