From: Charly C Date: Sun, 28 Nov 2021 09:11:01 +0000 (+0100) Subject: fix the archive_write_disk.3 man page X-Git-Tag: v3.6.0~36^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1633%2Fhead;p=thirdparty%2Flibarchive.git fix the archive_write_disk.3 man page Some of the text was reordered incorrectly in a14fe904e2c63fefb99446980226a1bec4a95c5c. --- diff --git a/libarchive/archive_write_disk.3 b/libarchive/archive_write_disk.3 index 2fa016e45..97f3fcde9 100644 --- a/libarchive/archive_write_disk.3 +++ b/libarchive/archive_write_disk.3 @@ -163,14 +163,14 @@ caused by archives that (deliberately or otherwise) extract files outside of the current directory. The default is not to perform this check. If -.It Cm ARCHIVE_EXTRACT_SPARSE -Scan data for blocks of NUL bytes and try to recreate them with holes. -This results in sparse files, independent of whether the archive format -supports or uses them. .Cm ARCHIVE_EXTRACT_UNLINK is specified together with this option, the library will remove any intermediate symlinks it finds and return an error only if such symlink could not be removed. +.It Cm ARCHIVE_EXTRACT_SPARSE +Scan data for blocks of NUL bytes and try to recreate them with holes. +This results in sparse files, independent of whether the archive format +supports or uses them. .It Cm ARCHIVE_EXTRACT_TIME The timestamps (mtime, ctime, and atime) should be restored. By default, they are ignored.