]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
fix the archive_write_disk.3 man page 1633/head
authorCharly C <changaco@changaco.oy.lc>
Sun, 28 Nov 2021 09:11:01 +0000 (10:11 +0100)
committerGitHub <noreply@github.com>
Sun, 28 Nov 2021 09:11:01 +0000 (10:11 +0100)
Some of the text was reordered incorrectly in a14fe904e2c63fefb99446980226a1bec4a95c5c.

libarchive/archive_write_disk.3

index 2fa016e4547be156eb62f2fd2a2edf9957f46ed5..97f3fcde9f88b317fb6cdabb7a83106d7e904088 100644 (file)
@@ -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.