diff options
-rw-r--r-- | docs/manpages/smb.conf.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5 index 897ae2aeb3..fc29f1b3ec 100644 --- a/docs/manpages/smb.conf.5 +++ b/docs/manpages/smb.conf.5 @@ -941,8 +941,8 @@ A synonym for this parameter is 'directory mode'. This parameter is the octal modes which are used when converting DOS modes to UNIX modes when creating UNIX directories. -Note that Samba will or this value with 0700 as you must have at least -user read, write and execute for Samba to work properly. +Note that Samba will bit-wise 'OR' this value with 0700 as you must have at +least user read, write and execute for Samba to work properly. .B Default: directory mask = 0755 |