From e62bf2b28cd3c60ec1ad65598ed6e5241a90331e Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Tue, 13 Aug 2013 11:04:50 +0200 Subject: [PATCH] docs: Fix variable list in man vfs_crossrename. The varlist entries need a paragraph, otherwise the list is broken and the list entries end with ".RE". Fix bug #10076 - varlist in man vfs_crossrename broken. Signed-off-by: Karolin Seeger --- docs-xml/manpages/vfs_crossrename.8.xml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/docs-xml/manpages/vfs_crossrename.8.xml b/docs-xml/manpages/vfs_crossrename.8.xml index 409a34f..b8f7faa 100644 --- a/docs-xml/manpages/vfs_crossrename.8.xml +++ b/docs-xml/manpages/vfs_crossrename.8.xml @@ -37,28 +37,30 @@ NT_STATUS_NOT_SAME_DEVICE and the client has to move the file by manual copy and delete operations. If the rename by copy is done by the server this can be much more efficient. vfs_crossrename tries to do - this server-side cross-device rename operation. There are however - limitations that this module currently does not solve: + this server-side cross-device rename operation. + + + There are however limitations that this module currently does not + solve: - the ACLs of files are not preserved + The ACLs of files are not preserved, - meta data in EAs are not preserved + meta data in EAs are not preserved, - renames of whole subdirectories cannot be done recursively, + renames of whole subdirectories cannot be done recursively, in that case we still return STATUS_NOT_SAME_DEVICE and - let the client decide what to do + let the client decide what to do, - rename operations of huge files can cause hangs on the + rename operations of huge files can cause hangs on the client because clients expect a rename operation to - return fast + return fast. - This module is stackable. -- 1.7.10.4