diff options
author | Tim Potter <tpot@samba.org> | 2002-11-22 00:32:24 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-11-22 00:32:24 +0000 |
commit | 556d1ca2d20c42c7ee5934631331f0a019203f06 (patch) | |
tree | 08d21019a44164e5e2b9f2a962a0c14a07ba0e69 /docs/docbook/devdoc/unix-smb.sgml | |
parent | 5939005588f9e0518793cd85e1e78082cb90b11d (diff) | |
download | samba-556d1ca2d20c42c7ee5934631331f0a019203f06.tar.gz samba-556d1ca2d20c42c7ee5934631331f0a019203f06.tar.bz2 samba-556d1ca2d20c42c7ee5934631331f0a019203f06.zip |
Sync docbook directory with HEAD.
Sorry but there are way too many changes to track down all the commit
messages and list them here. Most of the changes look like updates
and cleanups from Jelmer though.
(This used to be commit 75615648d0ace3bde6a2ef2dad562094f1b25d00)
Diffstat (limited to 'docs/docbook/devdoc/unix-smb.sgml')
-rw-r--r-- | docs/docbook/devdoc/unix-smb.sgml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/docbook/devdoc/unix-smb.sgml b/docs/docbook/devdoc/unix-smb.sgml index be79698857..aae96edfb7 100644 --- a/docs/docbook/devdoc/unix-smb.sgml +++ b/docs/docbook/devdoc/unix-smb.sgml @@ -144,6 +144,11 @@ details. <sect1> <title>Locking</title> <para> +Since samba 2.2, samba supports other types of locking as well. This +section is outdated. +</para> + +<para> The locking calls available under a DOS/Windows environment are much richer than those available in unix. This means a unix server (like Samba) choosing to use the standard fcntl() based unix locking calls |