diff options
author | Samba Release Account <samba-bugs@samba.org> | 1997-05-07 18:42:13 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1997-05-07 18:42:13 +0000 |
commit | 285769003af6366167f80019c6845bfe3b6a8da4 (patch) | |
tree | 54acc9c3484e07a9f3443659f078b97d0959455c | |
parent | 820a1bde7230bd0a125e4b900fbf733352722a39 (diff) | |
download | samba-285769003af6366167f80019c6845bfe3b6a8da4.tar.gz |
mod to directory mask doc
lkcl
-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 897ae2aeb37..fc29f1b3ec5 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 |