svn commit: samba-docs r999 - in trunk: manpages-3 smbdotconf/filename

jht at samba.org jht at samba.org
Fri Nov 24 20:22:58 GMT 2006


Author: jht
Date: 2006-11-24 20:22:57 +0000 (Fri, 24 Nov 2006)
New Revision: 999

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=999

Log:
Fix ambiguity and erroneous info regarding name mangling and case preservation parameters.
Modified:
   trunk/manpages-3/smb.conf.5.xml
   trunk/smbdotconf/filename/defaultcase.xml
   trunk/smbdotconf/filename/shortpreservecase.xml


Changeset:
Modified: trunk/manpages-3/smb.conf.5.xml
===================================================================
--- trunk/manpages-3/smb.conf.5.xml	2006-11-24 20:02:24 UTC (rev 998)
+++ trunk/manpages-3/smb.conf.5.xml	2006-11-24 20:22:57 UTC (rev 999)
@@ -595,7 +595,7 @@
 	</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>

Modified: trunk/smbdotconf/filename/defaultcase.xml
===================================================================
--- trunk/smbdotconf/filename/defaultcase.xml	2006-11-24 20:02:24 UTC (rev 998)
+++ trunk/smbdotconf/filename/defaultcase.xml	2006-11-24 20:22:57 UTC (rev 999)
@@ -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>

Modified: trunk/smbdotconf/filename/shortpreservecase.xml
===================================================================
--- trunk/smbdotconf/filename/shortpreservecase.xml	2006-11-24 20:02:24 UTC (rev 998)
+++ trunk/smbdotconf/filename/shortpreservecase.xml	2006-11-24 20:22:57 UTC (rev 999)
@@ -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>



More information about the samba-cvs mailing list