From 722ce0eb955e0fd0d74593bada178f17263254bf Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Sat, 9 Aug 2003 23:01:35 +0000 Subject: updating smb.conf manpage to reflect changes in ./configure options (This used to be commit ca29fdb9c28b7a61ce35eaea8864a8cd647b45cc) --- docs/docbook/smbdotconf/tuning/usesendfile.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs/docbook/smbdotconf/tuning/usesendfile.xml') diff --git a/docs/docbook/smbdotconf/tuning/usesendfile.xml b/docs/docbook/smbdotconf/tuning/usesendfile.xml index 6bbd651549..e8b8213ec3 100644 --- a/docs/docbook/smbdotconf/tuning/usesendfile.xml +++ b/docs/docbook/smbdotconf/tuning/usesendfile.xml @@ -2,13 +2,11 @@ context="S" xmlns:samba="http://samba.org/common"> - If this parameter is yes, and Samba - was built with the --with-sendfile-support option, and the underlying operating + If this parameter is yes, and the underlying operating system supports sendfile system call, then some SMB read calls (mainly ReadAndX and ReadRaw) will use the more efficient sendfile system call for files that are exclusively oplocked. This may make more efficient use of the system CPU's - and cause Samba to be faster. This is off by default as it's effects are unknown - as yet. + and cause Samba to be faster. Default: use sendfile = no -- cgit