Update libarchive to git 47636913968b0b0dbde770f4234930e84de0e37c
Relevant vendor changes: Tar manpage fix
This commit is contained in:
parent
533ab3c53e
commit
188b0da4f2
57
tar/bsdtar.1
57
tar/bsdtar.1
@ -25,7 +25,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd February 25, 2017
|
.Dd October 1, 2017
|
||||||
.Dt TAR 1
|
.Dt TAR 1
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -302,19 +302,18 @@ containing the string
|
|||||||
Compress the resulting archive with
|
Compress the resulting archive with
|
||||||
.Xr xz 1 .
|
.Xr xz 1 .
|
||||||
In extract or list modes, this option is ignored.
|
In extract or list modes, this option is ignored.
|
||||||
Note that, unlike other
|
Note that this
|
||||||
.Nm tar
|
.Nm tar
|
||||||
implementations, this implementation recognizes XZ compression
|
implementation recognizes XZ compression automatically when reading archives.
|
||||||
automatically when reading archives.
|
|
||||||
.It Fl j , Fl Fl bzip , Fl Fl bzip2 , Fl Fl bunzip2
|
.It Fl j , Fl Fl bzip , Fl Fl bzip2 , Fl Fl bunzip2
|
||||||
(c mode only)
|
(c mode only)
|
||||||
Compress the resulting archive with
|
Compress the resulting archive with
|
||||||
.Xr bzip2 1 .
|
.Xr bzip2 1 .
|
||||||
In extract or list modes, this option is ignored.
|
In extract or list modes, this option is ignored.
|
||||||
Note that, unlike other
|
Note that this
|
||||||
.Nm tar
|
.Nm tar
|
||||||
implementations, this implementation recognizes bzip2 compression
|
implementation recognizes bzip2 compression automatically when reading
|
||||||
automatically when reading archives.
|
archives.
|
||||||
.It Fl k , Fl Fl keep-old-files
|
.It Fl k , Fl Fl keep-old-files
|
||||||
(x mode only)
|
(x mode only)
|
||||||
Do not overwrite existing files.
|
Do not overwrite existing files.
|
||||||
@ -337,29 +336,41 @@ Issue a warning message unless all links to each file are archived.
|
|||||||
Compress the resulting archive with
|
Compress the resulting archive with
|
||||||
.Xr lrzip 1 .
|
.Xr lrzip 1 .
|
||||||
In extract or list modes, this option is ignored.
|
In extract or list modes, this option is ignored.
|
||||||
|
Note that this
|
||||||
|
.Nm tar
|
||||||
|
implementation recognizes lrzip compression automatically when reading
|
||||||
|
archives.
|
||||||
.It Fl Fl lz4
|
.It Fl Fl lz4
|
||||||
(c mode only)
|
(c mode only)
|
||||||
Compress the archive with lz4-compatible compression before writing it.
|
Compress the archive with lz4-compatible compression before writing it.
|
||||||
In input mode, this option is ignored; lz4 compression is recognized
|
In extract or list modes, this option is ignored.
|
||||||
automatically on input.
|
Note that this
|
||||||
|
.Nm tar
|
||||||
|
implementation recognizes lz4 compression automatically when reading archives.
|
||||||
.It Fl Fl zstd
|
.It Fl Fl zstd
|
||||||
|
(c mode only)
|
||||||
Compress the archive with zstd-compatible compression before writing it.
|
Compress the archive with zstd-compatible compression before writing it.
|
||||||
In input mode, this option is ignored; lz4 compression is recognized
|
In extract or list modes, this option is ignored.
|
||||||
automatically on input.
|
Note that this
|
||||||
|
.Nm tar
|
||||||
|
implementation recognizes zstd compression automatically when reading archives.
|
||||||
.It Fl Fl lzma
|
.It Fl Fl lzma
|
||||||
(c mode only) Compress the resulting archive with the original LZMA algorithm.
|
(c mode only) Compress the resulting archive with the original LZMA algorithm.
|
||||||
|
In extract or list modes, this option is ignored.
|
||||||
Use of this option is discouraged and new archives should be created with
|
Use of this option is discouraged and new archives should be created with
|
||||||
.Fl Fl xz
|
.Fl Fl xz
|
||||||
instead.
|
instead.
|
||||||
Note that, unlike other
|
Note that this
|
||||||
.Nm tar
|
.Nm tar
|
||||||
implementations, this implementation recognizes LZMA compression
|
implementation recognizes LZMA compression automatically when reading archives.
|
||||||
automatically when reading archives.
|
|
||||||
.It Fl Fl lzop
|
.It Fl Fl lzop
|
||||||
(c mode only)
|
(c mode only)
|
||||||
Compress the resulting archive with
|
Compress the resulting archive with
|
||||||
.Xr lzop 1 .
|
.Xr lzop 1 .
|
||||||
In extract or list modes, this option is ignored.
|
In extract or list modes, this option is ignored.
|
||||||
|
Note that this
|
||||||
|
.Nm tar
|
||||||
|
implementation recognizes LZO compression automatically when reading archives.
|
||||||
.It Fl m , Fl Fl modification-time
|
.It Fl m , Fl Fl modification-time
|
||||||
(x mode only)
|
(x mode only)
|
||||||
Do not extract modification time.
|
Do not extract modification time.
|
||||||
@ -832,28 +843,28 @@ is run in x mode as root.
|
|||||||
Compress the resulting archive with
|
Compress the resulting archive with
|
||||||
.Xr bzip2 1 .
|
.Xr bzip2 1 .
|
||||||
In extract or list modes, this option is ignored.
|
In extract or list modes, this option is ignored.
|
||||||
Note that, unlike other
|
Note that this
|
||||||
.Nm tar
|
.Nm tar
|
||||||
implementations, this implementation recognizes bzip2 compression
|
implementation recognizes bzip2 compression automatically when reading
|
||||||
automatically when reading archives.
|
archives.
|
||||||
.It Fl Z , Fl Fl compress , Fl Fl uncompress
|
.It Fl Z , Fl Fl compress , Fl Fl uncompress
|
||||||
(c mode only)
|
(c mode only)
|
||||||
Compress the resulting archive with
|
Compress the resulting archive with
|
||||||
.Xr compress 1 .
|
.Xr compress 1 .
|
||||||
In extract or list modes, this option is ignored.
|
In extract or list modes, this option is ignored.
|
||||||
Note that, unlike other
|
Note that this
|
||||||
.Nm tar
|
.Nm tar
|
||||||
implementations, this implementation recognizes compress compression
|
implementation recognizes compress compression automatically when reading
|
||||||
automatically when reading archives.
|
archives.
|
||||||
.It Fl z , Fl Fl gunzip , Fl Fl gzip
|
.It Fl z , Fl Fl gunzip , Fl Fl gzip
|
||||||
(c mode only)
|
(c mode only)
|
||||||
Compress the resulting archive with
|
Compress the resulting archive with
|
||||||
.Xr gzip 1 .
|
.Xr gzip 1 .
|
||||||
In extract or list modes, this option is ignored.
|
In extract or list modes, this option is ignored.
|
||||||
Note that, unlike other
|
Note that this
|
||||||
.Nm tar
|
.Nm tar
|
||||||
implementations, this implementation recognizes gzip compression
|
implementation recognizes gzip compression automatically when reading
|
||||||
automatically when reading archives.
|
archives.
|
||||||
.El
|
.El
|
||||||
.Sh ENVIRONMENT
|
.Sh ENVIRONMENT
|
||||||
The following environment variables affect the execution of
|
The following environment variables affect the execution of
|
||||||
|
Loading…
Reference in New Issue
Block a user