Clarify usage of "force create mode".
authorJeremy Allison <jra@samba.org>
Thu, 28 Aug 2008 23:04:30 +0000 (16:04 -0700)
committerMichael Adam <obnox@samba.org>
Fri, 12 Sep 2008 13:13:25 +0000 (15:13 +0200)
Jeremy.
(cherry picked from commit 10f036829aca0b6b4cde03893f71effbf4d30a91)

docs-xml/smbdotconf/security/forcecreatemode.xml

index 8a6449fe21cee0cedf4df18852479964ad127b5d..a3f1c2c1055fb220ca4c60aff18cbe9367f87402 100644 (file)
@@ -2,17 +2,16 @@
                  context="S"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
-    <para>This parameter specifies a set of UNIX mode bit 
-    permissions that will <emphasis>always</emphasis> be set on a 
-    file created by Samba. This is done by bitwise 'OR'ing these bits onto 
-    the mode bits of a file that is being created or having its 
-    permissions changed. The default for this parameter is (in octal) 
-    000. The modes in this parameter are bitwise 'OR'ed onto the file 
-    mode after the mask set in the <parameter moreinfo="none">create mask</parameter> 
+    <para>This parameter specifies a set of UNIX mode bit
+    permissions that will <emphasis>always</emphasis> be set on a
+    file created by Samba. This is done by bitwise 'OR'ing these bits onto
+    the mode bits of a file that is being created. The default for this parameter is (in octal)
+    000. The modes in this parameter are bitwise 'OR'ed onto the file
+    mode after the mask set in the <parameter moreinfo="none">create mask</parameter>
     parameter is applied.</para>
 
-       <para>The example below would force all created files to have read and execute 
-    permissions set for 'group' and 'other' as well as the 
+    <para>The example below would force all newly created files to have read and execute
+    permissions set for 'group' and 'other' as well as the
     read/write/execute bits set for the 'user'.</para>
 
 </description>