diff options
author | Gerald Carter <jerry@samba.org> | 2005-03-09 14:48:21 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:16 -0500 |
commit | c2257e6449766dc4af5ca789f50d5db00539cfb7 (patch) | |
tree | c5637e40f17be18c201a6f6f685c5d4faa9a2e9b /docs | |
parent | 0f0b83aff6177ae6b3be25c889b036c40b531e01 (diff) | |
download | samba-c2257e6449766dc4af5ca789f50d5db00539cfb7.tar.gz samba-c2257e6449766dc4af5ca789f50d5db00539cfb7.tar.bz2 samba-c2257e6449766dc4af5ca789f50d5db00539cfb7.zip |
BUG 2431: fix documented default value for strict locking
(This used to be commit 28fe4e878c1704931c337063324482e0c2d446a1)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/smbdotconf/locking/strictlocking.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/smbdotconf/locking/strictlocking.xml b/docs/smbdotconf/locking/strictlocking.xml index 5e4ff71b8d..000da6e633 100644 --- a/docs/smbdotconf/locking/strictlocking.xml +++ b/docs/smbdotconf/locking/strictlocking.xml @@ -13,7 +13,7 @@ <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> + locking = no</command> is acceptable.</para> </description> - <value type="default">no</value> + <value type="default">yes</value> </samba:parameter> |