most probably a typo.
[Samba.git] / docs / smbdotconf / misc / fstype.xml
blob5a67a363a4b693120cbefe15e5e3c202166e13d3
1 <samba:parameter name="fstype"
2                  context="S"
3                          type="string"
4                  xmlns:samba="http://samba.org/common">
5 <description>
6         <para>This parameter allows the administrator to 
7         configure the string that specifies the type of filesystem a share 
8         is using that is reported by <citerefentry><refentrytitle>smbd</refentrytitle>
9         <manvolnum>8</manvolnum></citerefentry> when a client queries the filesystem type
10         for a share. The default type is <constant>NTFS</constant> for 
11         compatibility with Windows NT but this can be changed to other 
12         strings such as <constant>Samba</constant> or <constant>FAT
13         </constant> if required.</para>
14 </description>
15 <value type="default">NTFS</value>
16 <value type="example">Samba</value>
17 </samba:parameter>