most probably a typo.
[Samba.git] / docs / smbdotconf / misc / lockdirectory.xml
blob0733778c5f98dcfc84671e4256849fa6932c56dd
1 <samba:parameter name="lock directory"
2                  context="G"
3                  advanced="1" developer="1"
4                                  type="string"
5                  xmlns:samba="http://samba.org/common">
6 <synonym>lock dir</synonym>
7 <description>
8         <para>This option specifies the directory where lock 
9         files will be placed.  The lock files are used to implement the 
10         <link linkend="MAXCONNECTIONS"><parameter moreinfo="none">max connections</parameter>
11 </link> option.</para>
12 </description>
14 <value type="default">${prefix}/var/locks</value>
15 <value type="example">/var/run/samba/locks</value>
16 </samba:parameter>