1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00

Fix ambiguity and erroneous info regarding name mangling and case preservation parameters.

This commit is contained in:
John Terpstra 2006-11-24 20:22:57 +00:00 committed by Gerald W. Carter
parent 552cfeba01
commit c3fb48c27a
3 changed files with 9 additions and 10 deletions

View File

@ -595,7 +595,7 @@ chmod 1770 /usr/local/samba/lib/usershares
</para>
<para>
All of these options can be set separately for each service (or globally, of course).
These options can be set separately for each service.
</para>
<para>

View File

@ -2,8 +2,8 @@
context="S"
type="string" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>See the section on <smbconfoption name="name mangling"/>
. Also note the <smbconfoption name="short preserve case"/> parameter.</para>
<para>See the section on <smbconfoption name="name mangling"/>.
Also note the <smbconfoption name="short preserve case"/> parameter.</para>
</description>
<value type="default">lower</value>
</samba:parameter>

View File

@ -3,13 +3,12 @@
type="boolean"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This boolean parameter controls if new files
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 <smbconfoption name="default case"/>
. This option can be use with <smbconfoption name="preserve case">yes</smbconfoption>
to permit long filenames to retain their case, while short
names are lowered. </para>
<para>
This boolean parameter controls if new files 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 <smbconfoption name="default case"/>.
This option can be use with <smbconfoption name="preserve case">yes</smbconfoption> to permit long filenames
to retain their case, while short names are lowered.
</para>
<para>See the section on <link linkend="NAMEMANGLINGSECT">NAME MANGLING</link>.</para>
</description>