From ba1e827f47980d03799fb5a5b2ab35a499a85205 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Tue, 19 Feb 2008 13:16:04 +0000 Subject: [PATCH] Add documentation for vfs_xattr_tdb. Karolin (This used to be commit b00b446d83f4951ded6b7bb314519d9c71bd5bff) --- docs/manpages-3/vfs_xattr_tdb.8.xml | 50 +++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 docs/manpages-3/vfs_xattr_tdb.8.xml diff --git a/docs/manpages-3/vfs_xattr_tdb.8.xml b/docs/manpages-3/vfs_xattr_tdb.8.xml new file mode 100644 index 00000000000..085c940ce8f --- /dev/null +++ b/docs/manpages-3/vfs_xattr_tdb.8.xml @@ -0,0 +1,50 @@ + + + + + + vfs_xattr_tdb + 8 + + + + + vfs_xattr_tdb + Save Extended Attributes (EAs) in a tdb file + + + + + vfs objects = xattr_tdb + + + + + DESCRIPTION + + This VFS module is part of the + samba + 7 suite. + + The vfs_xattr_tdb VFS module stores + Extended Attributes (EAs) in the tdb file xattr.tdb. + This enables the usage of Extended Attributes on OS and + filesystems which do not support Extended Attributes + by themselves. + + + This module is stackable. + + + + + AUTHOR + + The original Samba software and related utilities + were created by Andrew Tridgell. Samba is now developed + by the Samba Team as an Open Source project similar + to the way the Linux kernel is developed. + + + + -- 2.34.1