From 285769003af6366167f80019c6845bfe3b6a8da4 Mon Sep 17 00:00:00 2001 From: Samba Release Account Date: Wed, 7 May 1997 18:42:13 +0000 Subject: [PATCH] mod to directory mask doc lkcl --- docs/manpages/smb.conf.5 | 4 ++-- 1 file 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 -- 2.11.4.GIT