summaryrefslogtreecommitdiff
path: root/docs/howto
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-04-22 15:02:25 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:45:47 -0500
commit31433143bdb255bd5e164dd7ded144c53c6c44fa (patch)
tree9a1d68df5ea3728fb27236c9fa3d751f1d732636 /docs/howto
parent92298bd7da2ec0ff3579af002dcaff86c13f8ad3 (diff)
downloadsamba-31433143bdb255bd5e164dd7ded144c53c6c44fa.tar.gz
samba-31433143bdb255bd5e164dd7ded144c53c6c44fa.tar.bz2
samba-31433143bdb255bd5e164dd7ded144c53c6c44fa.zip
the parameter name is 'writeable' and 'writable' is just an alias of it.
metze (This used to be commit 7cd0dd90bcabff6343d6e0791333db721f192a2e)
Diffstat (limited to 'docs/howto')
-rw-r--r--docs/howto/VFS.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/VFS.xml b/docs/howto/VFS.xml
index 1e268a09e3..0399cf011b 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 <link linkend="vfsrecyc">ne
<smbconfoption><name>comment</name><value>Audited /data directory</value></smbconfoption>
<smbconfoption><name>path</name><value>/data</value></smbconfoption>
<smbconfoption><name>vfs objects</name><value>audit recycle</value></smbconfoption>
-<smbconfoption><name>writable</name><value>yes</value></smbconfoption>
+<smbconfoption><name>writeable</name><value>yes</value></smbconfoption>
<smbconfoption><name>browseable</name><value>yes</value></smbconfoption>
</smbconfexample>
</para>
@@ -137,7 +137,7 @@ This can be done using a configuration similar to the one shown in <link linkend
<para>
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.
</para>