aboutsummaryrefslogtreecommitdiff
path: root/libarchive/archive_write_set_options.3
diff options
context:
space:
mode:
Diffstat (limited to 'libarchive/archive_write_set_options.3')
-rw-r--r--libarchive/archive_write_set_options.328
1 files changed, 27 insertions, 1 deletions
diff --git a/libarchive/archive_write_set_options.3 b/libarchive/archive_write_set_options.3
index a9f70a664092..09eb95ea5aa9 100644
--- a/libarchive/archive_write_set_options.3
+++ b/libarchive/archive_write_set_options.3
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 27, 2019
+.Dd December 3, 2019
.Dt ARCHIVE_WRITE_OPTIONS 3
.Os
.Sh NAME
@@ -404,6 +404,32 @@ Specifies a filename that should not be compressed when using
This option can be provided multiple times to suppress compression
on many files.
.El
+.It Format pax
+.Bl -tag -compact -width indent
+.It Cm hdrcharset
+This sets the character set used for filenames, uname and gname.
+The value is one of
+.Dq BINARY
+or
+.Dq UTF-8 .
+With
+.Dq BINARY
+there is no character conversion, with
+.Dq UTF-8
+names are converted to UTF-8.
+.It Cm xattrheader
+When storing extended attributes, this option configures which
+headers should be written. The value is one of
+.Dq all ,
+.Dq LIBARCHIVE ,
+or
+.Dq SCHILY .
+By default, both
+.Dq LIBARCHIVE.xattr
+and
+.Dq SCHILY.xattr
+headers are written.
+.El
.It Format 7zip
.Bl -tag -compact -width indent
.It Cm compression