diff options
author | Alexander Bokovoy <ab@samba.org> | 2003-04-15 08:09:55 +0000 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2003-04-15 08:09:55 +0000 |
commit | 27eb9d97373c772a2a74d6b0fd27dbabbe7e5912 (patch) | |
tree | 925af3e5cc34754d56d3e0e34eb197a575427ed9 /docs/docbook/smbdotconf/misc/widelinks.xml | |
parent | 084684468dd99d0879843dd0c38db25e28c73937 (diff) | |
download | samba-27eb9d97373c772a2a74d6b0fd27dbabbe7e5912.tar.gz samba-27eb9d97373c772a2a74d6b0fd27dbabbe7e5912.tar.bz2 samba-27eb9d97373c772a2a74d6b0fd27dbabbe7e5912.zip |
Convert another group of options in Misc section
(This used to be commit 43f8ae46137ed653c5694a839a5e6757e4a89974)
Diffstat (limited to 'docs/docbook/smbdotconf/misc/widelinks.xml')
-rw-r--r-- | docs/docbook/smbdotconf/misc/widelinks.xml | 28 |
1 files changed, 15 insertions, 13 deletions
diff --git a/docs/docbook/smbdotconf/misc/widelinks.xml b/docs/docbook/smbdotconf/misc/widelinks.xml index b3474ce26c..ead3569fd9 100644 --- a/docs/docbook/smbdotconf/misc/widelinks.xml +++ b/docs/docbook/smbdotconf/misc/widelinks.xml @@ -1,15 +1,17 @@ -<samba:parameter xmlns:samba="http://samba.org/common"> - <term><anchor id="WIDELINKS"/>wide links (S)</term> - <listitem><para>This parameter controls whether or not links - in the UNIX file system may be followed by the server. Links - that point to areas within the directory tree exported by the - server are always allowed; this parameter controls access only - to areas that are outside the directory tree being exported.</para> +<samba:parameter name="wide links" + context="S" + xmlns:samba="http://samba.org/common"> + <listitem> + <para>This parameter controls whether or not links + in the UNIX file system may be followed by the server. Links + that point to areas within the directory tree exported by the + server are always allowed; this parameter controls access only + to areas that are outside the directory tree being exported.</para> - <para>Note that setting this parameter can have a negative - effect on your server performance due to the extra system calls - that Samba has to do in order to perform the link checks.</para> + <para>Note that setting this parameter can have a negative + effect on your server performance due to the extra system calls + that Samba has to do in order to perform the link checks.</para> - <para>Default: <command moreinfo="none">wide links = yes</command></para> - </listitem> - </samba:parameter> + <para>Default: <command moreinfo="none">wide links = yes</command></para> +</listitem> +</samba:parameter> |