summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/locking/strictlocking.xml
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2003-04-11 15:01:39 +0000
committerAlexander Bokovoy <ab@samba.org>2003-04-11 15:01:39 +0000
commitd90a4ea71a17f22b9d65462189d6e074b4fa9e6e (patch)
treee5341e3d01b274d76571eb570c8ec8e66a52076b /docs/docbook/smbdotconf/locking/strictlocking.xml
parent7d19f81d96d8474c5ab7a9d950b1e32b41baf8c8 (diff)
downloadsamba-d90a4ea71a17f22b9d65462189d6e074b4fa9e6e.tar.gz
samba-d90a4ea71a17f22b9d65462189d6e074b4fa9e6e.tar.bz2
samba-d90a4ea71a17f22b9d65462189d6e074b4fa9e6e.zip
Finish conversion of Locking options
(This used to be commit 9613c217786147c9deda9770887dc069659b1deb)
Diffstat (limited to 'docs/docbook/smbdotconf/locking/strictlocking.xml')
-rw-r--r--docs/docbook/smbdotconf/locking/strictlocking.xml30
1 files changed, 16 insertions, 14 deletions
diff --git a/docs/docbook/smbdotconf/locking/strictlocking.xml b/docs/docbook/smbdotconf/locking/strictlocking.xml
index b67ae47736..34c1c7fe5e 100644
--- a/docs/docbook/smbdotconf/locking/strictlocking.xml
+++ b/docs/docbook/smbdotconf/locking/strictlocking.xml
@@ -1,17 +1,19 @@
-<samba:parameter xmlns:samba="http://samba.org/common">
- <term><anchor id="STRICTLOCKING"/>strict locking (S)</term>
- <listitem><para>This is a boolean that controls the handling of
- file locking in the server. When this is set to <constant>yes</constant>
- the server will check every read and write access for file locks, and
- deny access if locks exist. This can be slow on some systems.</para>
+<samba:parameter name="strict locking"
+ context="S"
+ xmlns:samba="http://samba.org/common">
+<listitem>
+ <para>This is a boolean that controls the handling of
+ file locking in the server. When this is set to <constant>yes</constant>
+ the server will check every read and write access for file locks, and
+ deny access if locks exist. This can be slow on some systems.</para>
- <para>When strict locking is <constant>no</constant> the server does file
- lock checks only when the client explicitly asks for them.</para>
+ <para>When strict locking is <constant>no</constant> the server does file
+ lock checks only when the client explicitly asks for them.</para>
- <para>Well-behaved clients always ask for lock checks when it
- is important, so in the vast majority of cases <command moreinfo="none">strict
- locking = no</command> is preferable.</para>
+ <para>Well-behaved clients always ask for lock checks when it
+ is important, so in the vast majority of cases <command moreinfo="none">strict
+ locking = no</command> is preferable.</para>
- <para>Default: <command moreinfo="none">strict locking = no</command></para>
- </listitem>
- </samba:parameter>
+ <para>Default: <command moreinfo="none">strict locking = no</command></para>
+</listitem>
+</samba:parameter>