diff options
Diffstat (limited to 'docs/smbdotconf/tuning/usesendfile.xml')
-rw-r--r-- | docs/smbdotconf/tuning/usesendfile.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/smbdotconf/tuning/usesendfile.xml b/docs/smbdotconf/tuning/usesendfile.xml index 0fa3340abc..5f4fd844ed 100644 --- a/docs/smbdotconf/tuning/usesendfile.xml +++ b/docs/smbdotconf/tuning/usesendfile.xml @@ -1,7 +1,7 @@ <samba:parameter name="use sendfile" context="S" type="boolean" - xmlns:samba="http://samba.org/common"> + xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> <description> <para>If this parameter is <constant>yes</constant>, and the <constant>sendfile()</constant> system call is supported by the underlying operating system, then some SMB read calls (mainly ReadAndX and ReadRaw) will use the more efficient sendfile system call for files that |