diff options
author | Gerald Carter <jerry@samba.org> | 2003-08-09 23:01:35 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-08-09 23:01:35 +0000 |
commit | 722ce0eb955e0fd0d74593bada178f17263254bf (patch) | |
tree | b29c2cbe10d51ce6f69677ff2f47b89b6251a731 | |
parent | 4b5257b5b09d2490b2f4dc48e2181fde2a67cb5f (diff) | |
download | samba-722ce0eb955e0fd0d74593bada178f17263254bf.tar.gz samba-722ce0eb955e0fd0d74593bada178f17263254bf.tar.bz2 samba-722ce0eb955e0fd0d74593bada178f17263254bf.zip |
updating smb.conf manpage to reflect changes in ./configure options
(This used to be commit ca29fdb9c28b7a61ce35eaea8864a8cd647b45cc)
-rw-r--r-- | docs/docbook/smbdotconf/tuning/usesendfile.xml | 6 | ||||
-rw-r--r-- | docs/docbook/smbdotconf/vfs/hostmsdfs.xml | 4 | ||||
-rw-r--r-- | docs/docbook/smbdotconf/vfs/msdfsroot.xml | 4 |
3 files changed, 4 insertions, 10 deletions
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"> <listitem> - <para>If this parameter is <constant>yes</constant>, and Samba - was built with the --with-sendfile-support option, and the underlying operating + <para>If this parameter is <constant>yes</constant>, 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.</para> + and cause Samba to be faster.</para> <para>Default: <command moreinfo="none">use sendfile = no</command></para> </listitem> 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"> <listitem> - <para>This boolean parameter is only available - if Samba has been configured and compiled with the <command moreinfo="none"> - --with-msdfs</command> option. If set to <constant>yes</constant>, + <para>If set to <constant>yes</constant>, Samba will act as a Dfs server, and allow Dfs-aware clients to browse Dfs trees hosted on the server.</para> 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"> <listitem> - <para>This boolean parameter is only available if - Samba is configured and compiled with the <command moreinfo="none"> - --with-msdfs</command> option. If set to <constant>yes</constant>, + <para>If set to <constant>yes</constant>, 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 |