From 92f353a5ff7c2e3c476f751f47b012a1f11ff0f4 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Mon, 28 Nov 2005 20:33:34 +0000 Subject: 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) --- docs/manpages-3/smb.conf.5.xml | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) (limited to 'docs/manpages-3') 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... default case = upper/lower - controls what the default case is for new filenames (ie. files that don't currently exist - in the filesystem). Default lower. - IMPORTANT NOTE ! This option will be used to modify the case of all - 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 lower. IMPORTANT NOTE: This option will be used to modify the case of + all incoming client filenames, not just new filenames if the options case yes, No, + No are set. This change is needed as part of the + optimisations for directories containing large numbers of files. preserve case = yes/no - 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 - default case. Default yes. + 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 default case. Default + yes. short preserve case = yes/no - 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 default case. This - option can be used with preserve case = yes to - permit long filenames to retain their case, while short - names are lowercased. Default yes. + 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 + default case. This option can be used with preserve case = yes to permit + long filenames to retain their case, while short names are lowercased. Default yes. -- cgit