diff options
-rw-r--r-- | docs/manpages/smb.conf.5.xml | 8 | ||||
-rw-r--r-- | docs/smbdotconf/filename/manglecase.xml | 9 |
2 files changed, 0 insertions, 17 deletions
diff --git a/docs/manpages/smb.conf.5.xml b/docs/manpages/smb.conf.5.xml index a81f8e0274..aa5d1c4d5d 100644 --- a/docs/manpages/smb.conf.5.xml +++ b/docs/manpages/smb.conf.5.xml @@ -483,14 +483,6 @@ alias|alias|alias|alias... <variablelist> <varlistentry> - <term>mangle case = yes/no</term> - <listitem><para> controls whether names that have characters that - aren't of the <quote>default</quote> case are mangled. For example, - if this is yes, a name like <quote>Mail</quote> will be mangled. - Default <emphasis>no</emphasis>.</para></listitem> - </varlistentry> - - <varlistentry> <term>case sensitive = yes/no/auto</term> <listitem><para>controls whether filenames are case sensitive. If they aren't, Samba must do a filename search and match on passed diff --git a/docs/smbdotconf/filename/manglecase.xml b/docs/smbdotconf/filename/manglecase.xml deleted file mode 100644 index 269eb68e97..0000000000 --- a/docs/smbdotconf/filename/manglecase.xml +++ /dev/null @@ -1,9 +0,0 @@ -<samba:parameter name="mangle case" - context="S" - type="boolean" - xmlns:samba="http://samba.org/common"> -<description> - <para>See the section on <link linkend="NAMEMANGLINGSECT">NAME MANGLING</link></para> -</description> -<value type="default">no</value> -</samba:parameter> |