aboutsummaryrefslogtreecommitdiff
path: root/libarchive/archive_read_set_options.3
diff options
context:
space:
mode:
Diffstat (limited to 'libarchive/archive_read_set_options.3')
-rw-r--r--libarchive/archive_read_set_options.39
1 files changed, 9 insertions, 0 deletions
diff --git a/libarchive/archive_read_set_options.3 b/libarchive/archive_read_set_options.3
index 78d99999cf83..b2db4cbcb893 100644
--- a/libarchive/archive_read_set_options.3
+++ b/libarchive/archive_read_set_options.3
@@ -188,9 +188,18 @@ used when translating file names.
.El
.It Format cpio
.Bl -tag -compact -width indent
+.It Cm compat-2x
+Libarchive 2.x incorrectly encoded Unicode filenames on
+some platforms.
+This option mimics the libarchive 2.x filename handling
+so that such archives can be read correctly.
.It Cm hdrcharset
The value is used as a character set name that will be
used when translating file names.
+.It Cm pwb
+When reading a binary CPIO archive, assume that it is
+in the original PWB cpio format, and handle file mode
+bits accordingly. The default is to assume v7 format.
.El
.It Format iso9660
.Bl -tag -compact -width indent