From 77eb8e0a4b83d46d854337dbf4f6ace76d557e85 Mon Sep 17 00:00:00 2001 From: Uri Simchoni Date: Wed, 4 Nov 2015 21:18:20 +0200 Subject: [PATCH] vfs_offline: add documentation Signed-off-by: Uri Simchoni Reviewed-by: Jeremy Allison Autobuild-User(master): Jeremy Allison Autobuild-Date(master): Thu Nov 5 01:22:48 CET 2015 on sn-devel-104 --- docs-xml/manpages/vfs_offline.8.xml | 72 +++++++++++++++++++++++++++++ docs-xml/wscript_build | 1 + 2 files changed, 73 insertions(+) create mode 100644 docs-xml/manpages/vfs_offline.8.xml diff --git a/docs-xml/manpages/vfs_offline.8.xml b/docs-xml/manpages/vfs_offline.8.xml new file mode 100644 index 00000000000..5a702b62619 --- /dev/null +++ b/docs-xml/manpages/vfs_offline.8.xml @@ -0,0 +1,72 @@ + + + + + + vfs_offline + 8 + Samba + System Administration tools + 4.4 + + + + + vfs_offline + Mark all files as offline + + + + + vfs objects = offline + + + + + DESCRIPTION + + This VFS module is part of the + samba + 7 suite. + + The vfs_offline module marks all files + in the share as having the offline DOS attribute. + + Files with the offline DOS attribute are handled differently + by the Windows SMB client, as well as by Windows Explorer. In + particular, Windows Explorer does not read those files for the sole + purpose of drawing a thumbnail, as it normally does. This can + improve user experience with some remote file systems. + + + + + EXAMPLES + + Mark all files in a share as offline: + + + + offline + + + + + + VERSION + + This man page is correct for version 4.4 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. + + + + diff --git a/docs-xml/wscript_build b/docs-xml/wscript_build index 568eba1d66d..b327a3e7c40 100644 --- a/docs-xml/wscript_build +++ b/docs-xml/wscript_build @@ -68,6 +68,7 @@ manpages=''' manpages/vfs_linux_xfs_sgid.8 manpages/vfs_media_harmony.8 manpages/vfs_netatalk.8 + manpages/vfs_offline.8 manpages/vfs_prealloc.8 manpages/vfs_preopen.8 manpages/vfs_readahead.8 -- 2.34.1