summaryrefslogtreecommitdiff
path: root/docs/manpages-3/smb.conf.5.xml
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2005-11-28 20:33:34 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:12 -0500
commit92f353a5ff7c2e3c476f751f47b012a1f11ff0f4 (patch)
tree7ad6615bf34d7df3c2b60546cb24c21078d644bb /docs/manpages-3/smb.conf.5.xml
parentce6d43c4bc298bbbbb491f15decd0e379be70b78 (diff)
downloadsamba-92f353a5ff7c2e3c476f751f47b012a1f11ff0f4.tar.gz
samba-92f353a5ff7c2e3c476f751f47b012a1f11ff0f4.tar.bz2
samba-92f353a5ff7c2e3c476f751f47b012a1f11ff0f4.zip
Adding modification of Jeremy's documenation for for 3.0.21 large directory support and tidy up source file.
(This used to be commit 9ceb9e032f1bdae876aeba2e4394df15665abb8d)
Diffstat (limited to 'docs/manpages-3/smb.conf.5.xml')
-rw-r--r--docs/manpages-3/smb.conf.5.xml31
1 files changed, 13 insertions, 18 deletions
diff --git a/docs/manpages-3/smb.conf.5.xml b/docs/manpages-3/smb.conf.5.xml
index d4fc5cc5d7..c104986d61 100644
--- a/docs/manpages-3/smb.conf.5.xml
+++ b/docs/manpages-3/smb.conf.5.xml
@@ -520,36 +520,31 @@ alias|alias|alias|alias...
<varlistentry>
<term>default case = upper/lower</term>
<listitem><para>
- controls what the default case is for new filenames (ie. files that don't currently exist
- in the filesystem). Default <emphasis>lower</emphasis>.
- IMPORTANT NOTE ! This option will be used to modify the case of <emphasis>all</emphasis>
- incoming client filenames, not just new filenames if the options
- "case sensitive = yes", "case preserve = no", "short preserve case = no" are set.
- This change is needed as part of the optimisations
- for directories containing large numbers of files.
+ controls what the default case is for new filenames (ie. files that don't currently exist in the filesystem).
+ Default <emphasis>lower</emphasis>. IMPORTANT NOTE: This option will be used to modify the case of
+ <emphasis>all</emphasis> incoming client filenames, not just new filenames if the options case <smbconfoption
+ name="case sensitive">yes</smbconfoption>, <smbconfoption name="case preserve">No</smbconfoption>,
+ <smbconfoption name="short preserve case">No</smbconfoption> are set. This change is needed as part of the
+ optimisations for directories containing large numbers of files.
</para></listitem>
</varlistentry>
<varlistentry>
<term>preserve case = yes/no</term>
<listitem><para>
- controls whether new files (ie. files that don't currently exist
- in the filesystem) are created with the case that the client passes,
- or if they are forced to be the
- <literal>default</literal> case. Default <emphasis>yes</emphasis>.
+ controls whether new files (ie. files that don't currently exist in the filesystem) are created with the case
+ that the client passes, or if they are forced to be the <literal>default</literal> case. Default
+ <emphasis>yes</emphasis>.
</para></listitem>
</varlistentry>
<varlistentry>
<term>short preserve case = yes/no</term>
<listitem><para>
- controls if new files (ie. files that don't currently exist
- in the filesystem) which conform to 8.3 syntax, that is all in
- upper case and of suitable length, are created upper case, or if
- they are forced to be the <literal>default</literal> case. This
- option can be used with <literal>preserve case = yes</literal> to
- permit long filenames to retain their case, while short
- names are lowercased. Default <emphasis>yes</emphasis>.
+ controls if new files (ie. files that don't currently exist in the filesystem) which conform to 8.3 syntax,
+ that is all in upper case and of suitable length, are created upper case, or if they are forced to be the
+ <literal>default</literal> case. This option can be used with <literal>preserve case = yes</literal> to permit
+ long filenames to retain their case, while short names are lowercased. Default <emphasis>yes</emphasis>.
</para></listitem>
</varlistentry>
</variablelist>