diff options
Diffstat (limited to 'docs-xml/Samba3-Developers-Guide')
-rw-r--r-- | docs-xml/Samba3-Developers-Guide/unix-smb.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/Samba3-Developers-Guide/unix-smb.xml b/docs-xml/Samba3-Developers-Guide/unix-smb.xml index 6964b7fb2e..3412019fe1 100644 --- a/docs-xml/Samba3-Developers-Guide/unix-smb.xml +++ b/docs-xml/Samba3-Developers-Guide/unix-smb.xml @@ -206,7 +206,7 @@ Unix has no equivalent notion. To implement this Samba uses either lock files based on the files inode and placed in a separate lock directory or a shared memory implementation. The lock file method is clumsy and consumes processing and file resources, -the shared memory implementation is vastly prefered and is turned on +the shared memory implementation is vastly preferred and is turned on by default for those systems that support it. </para> |