summaryrefslogtreecommitdiff
path: root/tar
diff options
context:
space:
mode:
authorMartin Matuska <martin@matuska.org>2020-01-31 00:30:34 +0100
committerMartin Matuska <martin@matuska.org>2020-01-31 00:36:27 +0100
commitd4be6c17cb106a0e72e6ad9efd10d4f653d5b124 (patch)
treee0433bb05c0d584d1b6d722dbe760c0941f3a9bd /tar
parent53744623d67aff8f279c7eecffc7105609bce655 (diff)
downloadlibarchive-d4be6c17cb106a0e72e6ad9efd10d4f653d5b124.tar.gz
Update filter and format options in manual pages.
The list of format and filter options in bsdtar(1) is incomplete. Add reference to manual pages archive_write_set_options(3) and archive_read_set_options(3) for a complete list of supported options. Fixes #1323
Diffstat (limited to 'tar')
-rw-r--r--tar/bsdtar.128
1 files changed, 9 insertions, 19 deletions
diff --git a/tar/bsdtar.1 b/tar/bsdtar.1
index b95a3314..f1574234 100644
--- a/tar/bsdtar.1
+++ b/tar/bsdtar.1
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 23, 2020
+.Dd January 31, 2020
.Dt TAR 1
.Os
.Sh NAME
@@ -575,7 +575,14 @@ As above, but the corresponding key and value will be provided
only to modules whose name matches
.Ar module .
.El
-The currently supported modules and keys are:
+.Pp
+The complete list of supported modules and keys
+for create and append modes is in
+.Xr archive_write_set_options 3
+and for extract and list modes in
+.Xr archive_read_set_options 3 .
+.Pp
+Examples of supported options:
.Bl -tag -compact -width indent
.It Cm iso9660:joliet
Support Joliet extensions.
@@ -650,23 +657,6 @@ lines in the output.
.It Cm mtree:indent
Produce human-readable output by indenting options and splitting lines
to fit into 80 columns.
-.It Cm xar:checksum Ns = Ns Ar type
-Use
-.Ar type
-as file checksum method.
-Supported values are none, md5 and sha1 (default).
-.It Cm xar:compression Ns = Ns Ar type
-Use
-.Ar type
-as compression method.
-Supported values are none, bzip2, gzip (default), lzma and xz.
-.It Cm xar:compression_level
-A decimal integer from 1 to 9 specifying the compression level.
-.It Cm xar:toc-checksum Ns = Ns Ar type
-Use
-.Ar type
-as table of contents checksum method.
-Supported values are none, md5 and sha1 (default).
.It Cm zip:compression Ns = Ns Ar type
Use
.Ar type