From 7cd0dd90bcabff6343d6e0791333db721f192a2e Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 22 Apr 2004 15:02:25 +0000 Subject: [PATCH] the parameter name is 'writeable' and 'writable' is just an alias of it. metze --- docs/howto/VFS.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/howto/VFS.xml b/docs/howto/VFS.xml index 1e268a09e3e..0399cf011b9 100644 --- a/docs/howto/VFS.xml +++ b/docs/howto/VFS.xml @@ -43,7 +43,7 @@ to files and put deleted files in a recycle bin, see ne commentAudited /data directory path/data vfs objectsaudit recycle -writableyes +writeableyes browseableyes @@ -137,7 +137,7 @@ This can be done using a configuration similar to the one shown in This module was created to allow Roaming Profile files and directories to be set (on the Samba server under UNIX) as read only. This module will, if installed on the Profiles share, report to the client - that the Profile files and directories are writable. This satisfies the client even though the files + that the Profile files and directories are writeable. This satisfies the client even though the files will never be overwritten as the client logs out or shuts down. -- 2.11.4.GIT