diff options
Diffstat (limited to 'docs/smbdotconf/filename')
-rw-r--r-- | docs/smbdotconf/filename/defaultcase.xml | 4 | ||||
-rw-r--r-- | docs/smbdotconf/filename/shortpreservecase.xml | 13 |
2 files changed, 8 insertions, 9 deletions
diff --git a/docs/smbdotconf/filename/defaultcase.xml b/docs/smbdotconf/filename/defaultcase.xml index ac5f589d3a..1efb37c8b5 100644 --- a/docs/smbdotconf/filename/defaultcase.xml +++ b/docs/smbdotconf/filename/defaultcase.xml @@ -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> diff --git a/docs/smbdotconf/filename/shortpreservecase.xml b/docs/smbdotconf/filename/shortpreservecase.xml index 5a164c3d48..90188a076e 100644 --- a/docs/smbdotconf/filename/shortpreservecase.xml +++ b/docs/smbdotconf/filename/shortpreservecase.xml @@ -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> |