summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/misc/fstype.xml
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2003-04-15 08:09:55 +0000
committerAlexander Bokovoy <ab@samba.org>2003-04-15 08:09:55 +0000
commit27eb9d97373c772a2a74d6b0fd27dbabbe7e5912 (patch)
tree925af3e5cc34754d56d3e0e34eb197a575427ed9 /docs/docbook/smbdotconf/misc/fstype.xml
parent084684468dd99d0879843dd0c38db25e28c73937 (diff)
downloadsamba-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/fstype.xml')
-rw-r--r--docs/docbook/smbdotconf/misc/fstype.xml30
1 files changed, 17 insertions, 13 deletions
diff --git a/docs/docbook/smbdotconf/misc/fstype.xml b/docs/docbook/smbdotconf/misc/fstype.xml
index 566bccb465..4b9c67b202 100644
--- a/docs/docbook/smbdotconf/misc/fstype.xml
+++ b/docs/docbook/smbdotconf/misc/fstype.xml
@@ -1,14 +1,18 @@
-<samba:parameter xmlns:samba="http://samba.org/common">
- <term><anchor id="FSTYPE"/>fstype (S)</term>
- <listitem><para>This parameter allows the administrator to
- configure the string that specifies the type of filesystem a share
- is using that is reported by <citerefentry><refentrytitle>smbd</refentrytitle>
- <manvolnum>8</manvolnum></citerefentry> when a client queries the filesystem type
- for a share. The default type is <constant>NTFS</constant> for
- compatibility with Windows NT but this can be changed to other
- strings such as <constant>Samba</constant> or <constant>FAT
- </constant> if required.</para>
+<samba:parameter name="fstype"
+ context="S"
+ xmlns:samba="http://samba.org/common">
+<listitem>
+ <para>This parameter allows the administrator to
+ configure the string that specifies the type of filesystem a share
+ is using that is reported by <citerefentry><refentrytitle>smbd</refentrytitle>
+ <manvolnum>8</manvolnum></citerefentry> when a client queries the filesystem type
+ for a share. The default type is <constant>NTFS</constant> for
+ compatibility with Windows NT but this can be changed to other
+ strings such as <constant>Samba</constant> or <constant>FAT
+ </constant> if required.</para>
- <para>Default: <command moreinfo="none">fstype = NTFS</command></para>
- <para>Example: <command moreinfo="none">fstype = Samba</command></para></listitem>
- </samba:parameter>
+ <para>Default: <command moreinfo="none">fstype = NTFS</command></para>
+
+ <para>Example: <command moreinfo="none">fstype = Samba</command></para>
+</listitem>
+</samba:parameter>