From c44a229ec1f5a614624fbb7fc0bc90bf5e3eeccb Mon Sep 17 00:00:00 2001 From: bubulle Date: Thu, 2 Apr 2009 06:41:15 +0000 Subject: Load samba-3.3.3 into branches/samba/upstream. git-svn-id: svn://svn.debian.org/svn/pkg-samba/branches/samba/upstream@2681 fc4039ab-9d04-0410-8cac-899223bdd6b0 --- docs/htmldocs/manpages/index.html | 1 + docs/htmldocs/manpages/vfs_dirsort.8.html | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 docs/htmldocs/manpages/vfs_dirsort.8.html (limited to 'docs/htmldocs/manpages') diff --git a/docs/htmldocs/manpages/index.html b/docs/htmldocs/manpages/index.html index 28b419ce07..79181781aa 100644 --- a/docs/htmldocs/manpages/index.html +++ b/docs/htmldocs/manpages/index.html @@ -69,6 +69,7 @@

vfs_catia(8)

translate illegal characters in Catia filenames

vfs_commit(8)

flush dirty data at specified intervals

vfs_default_quota(8)

store default quota records for Windows clients +

vfs_dirsort(8)

Sort directory contents

vfs_extd_audit(8)

record selected Samba VFS operations

vfs_fake_perms(8)

enable read only Roaming Profiles

vfs_fileid(8)

Generates file_id structs with unique device id values for diff --git a/docs/htmldocs/manpages/vfs_dirsort.8.html b/docs/htmldocs/manpages/vfs_dirsort.8.html new file mode 100644 index 0000000000..1e1ba30f87 --- /dev/null +++ b/docs/htmldocs/manpages/vfs_dirsort.8.html @@ -0,0 +1,11 @@ +vfs_dirsort

Name

vfs_dirsort — Sort directory contents

Synopsis

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:

+        [global]
+	vfs objects = 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 v1.2.3