docs: Fix variable list in man vfs_crossrename.
authorKarolin Seeger <kseeger@samba.org>
Tue, 13 Aug 2013 09:04:50 +0000 (11:04 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 20 Aug 2013 02:19:42 +0000 (04:19 +0200)
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 <kseeger@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Aug 20 04:19:42 CEST 2013 on sn-devel-104

docs-xml/manpages/vfs_crossrename.8.xml

index 409a34fb1676bd8f9ed7f0ce0982cc37871ff203..b8f7faae8f45c37acc53f5db8083a1217bc502ad 100644 (file)
        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.
+       </para>
+
+       <para>There are however limitations that this module currently does not
+       solve:</para>
 
        <variablelist>
                <varlistentry>
-               the ACLs of files are not preserved
+               <para>The ACLs of files are not preserved,</para>
                </varlistentry>
                <varlistentry>
-               meta data in EAs are not preserved
+               <para>meta data in EAs are not preserved,</para>
                </varlistentry>
                <varlistentry>
-               renames of whole subdirectories cannot be done recursively,
+               <para>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,</para>
                </varlistentry>
                <varlistentry>
-               rename operations of huge files can cause hangs on the
+               <para>rename operations of huge files can cause hangs on the
                client because clients expect a rename operation to
-               return fast
+               return fast.</para>
                </varlistentry>
        </variablelist>
-       </para>
 
        <para>This module is stackable.</para>