diff options
author | Herb Lewis <herb@samba.org> | 2007-03-13 17:40:17 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:28 -0500 |
commit | 8d291ef95061c56ce047a2c814adef5bcfe507db (patch) | |
tree | 01bbca4384f8db7387e905fe6e79395a087eb313 | |
parent | a507c8f0c7d512aa2a18811ddc7ea0003eb3f3bb (diff) | |
download | samba-8d291ef95061c56ce047a2c814adef5bcfe507db.tar.gz samba-8d291ef95061c56ce047a2c814adef5bcfe507db.tar.bz2 samba-8d291ef95061c56ce047a2c814adef5bcfe507db.zip |
add documentation for debug prefix timestamp
fix missing tag close in printjobusername
(This used to be commit ea5c7f2258a7e5b6811719520a0a716cf49bc89b)
-rw-r--r-- | docs/smbdotconf/logging/debugprefixtimestamp.xml | 19 | ||||
-rw-r--r-- | docs/smbdotconf/printing/printjobusername.xml | 5 |
2 files changed, 22 insertions, 2 deletions
diff --git a/docs/smbdotconf/logging/debugprefixtimestamp.xml b/docs/smbdotconf/logging/debugprefixtimestamp.xml new file mode 100644 index 0000000000..62a6574613 --- /dev/null +++ b/docs/smbdotconf/logging/debugprefixtimestamp.xml @@ -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> diff --git a/docs/smbdotconf/printing/printjobusername.xml b/docs/smbdotconf/printing/printjobusername.xml index 4a9c4ffaf6..8f72fee8c3 100644 --- a/docs/smbdotconf/printing/printjobusername.xml +++ b/docs/smbdotconf/printing/printjobusername.xml @@ -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> |