add documentation for debug prefix timestamp
authorHerb Lewis <herb@samba.org>
Tue, 13 Mar 2007 17:40:17 +0000 (17:40 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:28 +0000 (08:47 -0500)
fix missing tag close in printjobusername
(This used to be commit ea5c7f2258a7e5b6811719520a0a716cf49bc89b)

docs/smbdotconf/logging/debugprefixtimestamp.xml [new file with mode: 0644]
docs/smbdotconf/printing/printjobusername.xml

diff --git a/docs/smbdotconf/logging/debugprefixtimestamp.xml b/docs/smbdotconf/logging/debugprefixtimestamp.xml
new file mode 100644 (file)
index 0000000..62a6574
--- /dev/null
@@ -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>
index 4a9c4ffaf691b1618adecee9e4d5a04591a582cb..8f72fee8c3275f0b38f3259e659107b943559ec5 100644 (file)
@@ -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>