diff options
Diffstat (limited to 'docs/smbdotconf')
-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> |