diff options
-rw-r--r-- | docs-xml/smbdotconf/base/displaycharset.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/docs-xml/smbdotconf/base/displaycharset.xml b/docs-xml/smbdotconf/base/displaycharset.xml deleted file mode 100644 index 5bace5b6b0..0000000000 --- a/docs-xml/smbdotconf/base/displaycharset.xml +++ /dev/null @@ -1,17 +0,0 @@ -<samba:parameter name="display charset" - type="string" - context="G" - advanced="1" developer="1" - xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> -<description> - <para> - Specifies the charset that samba will use to print messages to stdout and stderr. - The default value is "LOCALE", which means automatically set, depending on the - current locale. The value should generally be the same as the value of the parameter - <smbconfoption name="unix charset"/>. - </para> -</description> - -<value type="default">"LOCALE" or "ASCII" (depending on the system)</value> -<value type="example">UTF8</value> -</samba:parameter> |