diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-09-04 09:12:17 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-09-04 09:31:49 +1000 |
commit | 00108282d046c2d4948c7c5977c98b412e08fb0a (patch) | |
tree | d631851a8cfa4f3356dbf19d5ff6c733ef8253c9 /docs-xml/smbdotconf | |
parent | 339fb7ef61e675c1db7743e039f2c1e6c45c08a0 (diff) | |
download | samba-00108282d046c2d4948c7c5977c98b412e08fb0a.tar.gz samba-00108282d046c2d4948c7c5977c98b412e08fb0a.tar.bz2 samba-00108282d046c2d4948c7c5977c98b412e08fb0a.zip |
docs: Remove docs for removed parameter 'display charset'
Diffstat (limited to 'docs-xml/smbdotconf')
-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> |