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 ++---- docs/docbook/smbdotconf/vfs/hostmsdfs.xml | 4 +--- docs/docbook/smbdotconf/vfs/msdfsroot.xml | 4 +--- 3 files changed, 4 insertions(+), 10 deletions(-) (limited to 'docs') 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 diff --git a/docs/docbook/smbdotconf/vfs/hostmsdfs.xml b/docs/docbook/smbdotconf/vfs/hostmsdfs.xml index c843969e50..c76c3b6c1d 100644 --- a/docs/docbook/smbdotconf/vfs/hostmsdfs.xml +++ b/docs/docbook/smbdotconf/vfs/hostmsdfs.xml @@ -3,9 +3,7 @@ advanced="1" developer="1" xmlns:samba="http://samba.org/common"> - This boolean parameter is only available - if Samba has been configured and compiled with the - --with-msdfs option. If set to yes, + If set to yes, Samba will act as a Dfs server, and allow Dfs-aware clients to browse Dfs trees hosted on the server. diff --git a/docs/docbook/smbdotconf/vfs/msdfsroot.xml b/docs/docbook/smbdotconf/vfs/msdfsroot.xml index 35142ff037..eaed6f68e9 100644 --- a/docs/docbook/smbdotconf/vfs/msdfsroot.xml +++ b/docs/docbook/smbdotconf/vfs/msdfsroot.xml @@ -2,9 +2,7 @@ context="S" xmlns:samba="http://samba.org/common"> - This boolean parameter is only available if - Samba is configured and compiled with the - --with-msdfs option. If set to yes, + If set to yes, Samba treats the share as a Dfs root and allows clients to browse the distributed file system tree rooted at the share directory. Dfs links are specified in the share directory by symbolic -- cgit