diff options
author | John Terpstra <jht@samba.org> | 2005-11-30 23:14:19 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:12 -0500 |
commit | d18b6bda63094ae8e26bf89203b7ef253e0b5280 (patch) | |
tree | 195cfbc4fad0c0da3efbde7485890ee3459e3554 | |
parent | 92f353a5ff7c2e3c476f751f47b012a1f11ff0f4 (diff) | |
download | samba-d18b6bda63094ae8e26bf89203b7ef253e0b5280.tar.gz samba-d18b6bda63094ae8e26bf89203b7ef253e0b5280.tar.bz2 samba-d18b6bda63094ae8e26bf89203b7ef253e0b5280.zip |
Fix typos.
(This used to be commit a1d9f549250e29fb5688419301dd5d5b2336fa7d)
-rw-r--r-- | docs/manpages-3/smb.conf.5.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manpages-3/smb.conf.5.xml b/docs/manpages-3/smb.conf.5.xml index c104986d61..41ff13e13a 100644 --- a/docs/manpages-3/smb.conf.5.xml +++ b/docs/manpages-3/smb.conf.5.xml @@ -522,8 +522,8 @@ alias|alias|alias|alias... <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 <smbconfoption - name="case sensitive">yes</smbconfoption>, <smbconfoption name="case preserve">No</smbconfoption>, + <emphasis>all</emphasis> incoming client filenames, not just new filenames if the options <smbconfoption + name="case sensitive">yes</smbconfoption>, <smbconfoption name="preserve case">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> |