Fix spelling mistake noticed by Chris Garrigues <cwg@deepeddy.com>
[Samba/bjacke.git] / docs / smbdotconf / locking / lockspincount.xml
blobb150ed6a45d65d3b551c2e6887939bea5107bbc4
1 <samba:parameter name="lock spin count"
2                  context="G"
3                                  type="integer"
4                  xmlns:samba="http://samba.org/common">
5 <description>
6         <para>This parameter controls the number of times
7         that smbd should attempt to gain a byte range lock on the 
8         behalf of a client request.  Experiments have shown that
9         Windows 2k servers do not reply with a failure if the lock
10         could not be immediately granted, but try a few more times
11         in case the lock could later be acquired.  This behavior
12         is used to support PC database formats such as MS Access
13         and FoxPro.
14 </para>
15 </description>
16 <value type="default">3</value>
17 </samba:parameter>