From 191152daa1384435746baf0062864a5d6f10cce3 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 22 Mar 2009 11:39:32 +0100 Subject: Document the dirsort module --- docs-xml/manpages-3/vfs_dirsort.8.xml | 69 +++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 docs-xml/manpages-3/vfs_dirsort.8.xml (limited to 'docs-xml/manpages-3/vfs_dirsort.8.xml') diff --git a/docs-xml/manpages-3/vfs_dirsort.8.xml b/docs-xml/manpages-3/vfs_dirsort.8.xml new file mode 100644 index 0000000000..cec5f270c8 --- /dev/null +++ b/docs-xml/manpages-3/vfs_dirsort.8.xml @@ -0,0 +1,69 @@ + + + + + + vfs_dirsort + 8 + Samba + System Administration tools + 3.3 + + + + + vfs_dirsort + Sort directory contents + + + + + vfs objects = dirsort + + + + + DESCRIPTION + + This VFS module is part of the + samba + 7 suite. + + The vfs_dirsort module sorts directory + entries alphabetically before sending them to the client. + + Please be aware that adding this module might have negative + performance implications for large directories. + + + + + EXAMPLES + + Sort directories for all shares: + + + + dirsort + + + + + + VERSION + + This man page is correct for version 3.3 of the Samba suite. + + + + + 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. + + + + -- cgit