Add description for vfs_xattr_tdb option 'xattr_tdb:file'.
authorKarolin Seeger <ks@samba.org>
Thu, 21 Feb 2008 19:02:50 +0000 (19:02 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:43 +0000 (08:47 -0500)
Karolin
(This used to be commit 9efe5fa5f31231292b9f0bdd71ea731f877b71e8)

docs/manpages-3/vfs_xattr_tdb.8.xml

index 085c940ce8f9068a223dd95462d7b7ecf8b7cc6b..ad44466e3fde2d680555a4e0dfb64172e0882f92 100644 (file)
        <manvolnum>7</manvolnum></citerefentry> suite.</para>
 
        <para>The <command>vfs_xattr_tdb</command> VFS module stores
-       Extended Attributes (EAs) in the tdb file <filename>xattr.tdb</filename>.
+       Extended Attributes (EAs) in a tdb file. 
        This enables the usage of Extended Attributes on OS and 
        filesystems which do not support Extended Attributes 
-       by themselves.
+       by themselves.  
        </para>
 
        <para>This module is stackable.</para>
+</refsect1>
+
+<refsect1>
+       <title>OPTIONS</title>
+
+       <variablelist>
+               <varlistentry>
+               <term>xattr_tdb:file = PATH</term>
+               <listitem>
+               <para>Name of the tdb file the EAs are stored in.
+               If this option is not set, the default filename 
+               <filename>xattr.tdb</filename> is used.</para>
+               </listitem>
+               </varlistentry>
+       </variablelist>
 
+       
 </refsect1>
 
 <refsect1>