From da92b3d1dbd8d9afc3955101cc9743bb34ffc2ae Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Fri, 24 Nov 2006 20:22:57 +0000 Subject: Fix ambiguity and erroneous info regarding name mangling and case preservation parameters. (This used to be commit c3fb48c27a9c03795a03b79fd4bad1c6020f89ad) --- docs/smbdotconf/filename/defaultcase.xml | 4 ++-- docs/smbdotconf/filename/shortpreservecase.xml | 13 ++++++------- 2 files changed, 8 insertions(+), 9 deletions(-) (limited to 'docs/smbdotconf/filename') 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"> - See the section on - . Also note the parameter. + See the section on . + Also note the parameter. lower 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"> - 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 - . This option can be use with yes - to permit long filenames to retain their case, while short - names are lowered. + + 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 . + This option can be use with yes to permit long filenames + to retain their case, while short names are lowered. + See the section on NAME MANGLING. -- cgit