diff options
author | Alexander Bokovoy <ab@samba.org> | 2003-04-09 15:53:41 +0000 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2003-04-09 15:53:41 +0000 |
commit | 42233f5c5876c1fde9ada8aaac0f1f568aacc4df (patch) | |
tree | a9eb8a72e941b33fac8ca1c72726237c2f8639fc /docs/docbook/smbdotconf/filename/mapsystem.xml | |
parent | 803e23f403bdb38d2523d73fd12083da486bca2f (diff) | |
download | samba-42233f5c5876c1fde9ada8aaac0f1f568aacc4df.tar.gz samba-42233f5c5876c1fde9ada8aaac0f1f568aacc4df.tar.bz2 samba-42233f5c5876c1fde9ada8aaac0f1f568aacc4df.zip |
Finish conversion of Filenames
(This used to be commit 8e0f0dbbbcb3179f1a868c72720e4eaf530e0a79)
Diffstat (limited to 'docs/docbook/smbdotconf/filename/mapsystem.xml')
-rw-r--r-- | docs/docbook/smbdotconf/filename/mapsystem.xml | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/docs/docbook/smbdotconf/filename/mapsystem.xml b/docs/docbook/smbdotconf/filename/mapsystem.xml index ead629971a..7fe50bb19f 100644 --- a/docs/docbook/smbdotconf/filename/mapsystem.xml +++ b/docs/docbook/smbdotconf/filename/mapsystem.xml @@ -1,13 +1,15 @@ -<samba:parameter xmlns:samba="http://samba.org/common"> - <term><anchor id="MAPSYSTEM"/>map system (S)</term> - <listitem><para>This controls whether DOS style system files - should be mapped to the UNIX group execute bit.</para> +<samba:parameter name="map system" + context="S" + xmlns:samba="http://samba.org/common"> +<listitem> + <para>This controls whether DOS style system files + should be mapped to the UNIX group execute bit.</para> - <para>Note that this requires the <parameter moreinfo="none">create mask</parameter> - to be set such that the group execute bit is not masked out (i.e. - it must include 010). See the parameter <link linkend="CREATEMASK"> - <parameter moreinfo="none">create mask</parameter></link> for details.</para> + <para>Note that this requires the <parameter moreinfo="none">create mask</parameter> + to be set such that the group execute bit is not masked out (i.e. + it must include 010). See the parameter <link linkend="CREATEMASK"> + <parameter moreinfo="none">create mask</parameter></link> for details.</para> - <para>Default: <command moreinfo="none">map system = no</command></para> - </listitem> - </samba:parameter> + <para>Default: <command moreinfo="none">map system = no</command></para> +</listitem> +</samba:parameter> |