summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_disk.3
diff options
context:
space:
mode:
authorCharly C <changaco@changaco.oy.lc>2021-11-28 10:11:01 +0100
committerGitHub <noreply@github.com>2021-11-28 10:11:01 +0100
commit8a3f2f8d38367a6465da393d1223353b590884bf (patch)
tree836c1ae8d0b16c1b260c2b7012a7dbb7982a0dec /libarchive/archive_write_disk.3
parent4f598ce28aa370e945103eb9a17f03c7c820c1e8 (diff)
downloadlibarchive-8a3f2f8d38367a6465da393d1223353b590884bf.tar.gz
fix the archive_write_disk.3 man page
Some of the text was reordered incorrectly in a14fe904e2c63fefb99446980226a1bec4a95c5c.
Diffstat (limited to 'libarchive/archive_write_disk.3')
-rw-r--r--libarchive/archive_write_disk.38
1 files changed, 4 insertions, 4 deletions
diff --git a/libarchive/archive_write_disk.3 b/libarchive/archive_write_disk.3
index 2fa016e4..97f3fcde 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.