diff options
Diffstat (limited to 'docs/smbdotconf/base/displaycharset.xml')
-rw-r--r-- | docs/smbdotconf/base/displaycharset.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/smbdotconf/base/displaycharset.xml b/docs/smbdotconf/base/displaycharset.xml new file mode 100644 index 0000000000..1d059821f1 --- /dev/null +++ b/docs/smbdotconf/base/displaycharset.xml @@ -0,0 +1,15 @@ +<samba:parameter name="display charset" + type="string" + context="G" + advanced="1" developer="1" + xmlns:samba="http://samba.org/common"> +<description> + <para>Specifies the charset that samba will use + to print messages to stdout and stderr and SWAT will use. + Should generally be the same as the <command moreinfo="none">unix charset</command>. +</para> +</description> + +<value type="default">ASCII</value> +<value type="example">UTF8</value> +</samba:parameter> |