diff options
author | Karolin Seeger <ks@samba.org> | 2008-02-21 19:02:50 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:43 -0500 |
commit | c0383f26e72cd295eccac17762a5cb15aaac5cd2 (patch) | |
tree | b14f1615e6c2f2b31fff5e75c9721db468d09d27 | |
parent | ba1e827f47980d03799fb5a5b2ab35a499a85205 (diff) | |
download | samba-c0383f26e72cd295eccac17762a5cb15aaac5cd2.tar.gz samba-c0383f26e72cd295eccac17762a5cb15aaac5cd2.tar.bz2 samba-c0383f26e72cd295eccac17762a5cb15aaac5cd2.zip |
Add description for vfs_xattr_tdb option 'xattr_tdb:file'.
Karolin
(This used to be commit 9efe5fa5f31231292b9f0bdd71ea731f877b71e8)
-rw-r--r-- | docs/manpages-3/vfs_xattr_tdb.8.xml | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/docs/manpages-3/vfs_xattr_tdb.8.xml b/docs/manpages-3/vfs_xattr_tdb.8.xml index 085c940ce8..ad44466e3f 100644 --- a/docs/manpages-3/vfs_xattr_tdb.8.xml +++ b/docs/manpages-3/vfs_xattr_tdb.8.xml @@ -27,14 +27,30 @@ <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> |