summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/libarchive.3
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2004-05-27 04:21:52 +0000
committerkientzle <kientzle@FreeBSD.org>2004-05-27 04:21:52 +0000
commiteaef1aa309b8f076ae08583509907fa64b924ef1 (patch)
tree2406e5fdd55c6d21a450e64beba1e3fa9c992be4 /lib/libarchive/libarchive.3
parent3914be0d5d4d31ef6d0b5e7ce9790e100329c537 (diff)
downloadFreeBSD-src-eaef1aa309b8f076ae08583509907fa64b924ef1.zip
FreeBSD-src-eaef1aa309b8f076ae08583509907fa64b924ef1.tar.gz
Document support for reading .Z compressed archives.
Correct a few other minor nits.
Diffstat (limited to 'lib/libarchive/libarchive.3')
-rw-r--r--lib/libarchive/libarchive.38
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libarchive/libarchive.3 b/lib/libarchive/libarchive.3
index 550bf4d..0fadfc5 100644
--- a/lib/libarchive/libarchive.3
+++ b/lib/libarchive/libarchive.3
@@ -62,9 +62,10 @@ GNU-format tar archives,
POSIX octet-oriented cpio archives.
.El
The library automatically detects archives compressed with
-.Xr gzip 1
+.Xr gzip 1 ,
+.Xr bzip2 1 ,
or
-.Xr bzip2 1
+.Xr compress 1
and decompresses them transparently.
.Pp
When writing an archive, you can specify the compression
@@ -279,7 +280,6 @@ and
.Fn archive_error_string
functions can be used to obtain more information.
.Sh ENVIRONMENT
-The library currently obeys no environment variables.
There are character set conversions within the
.Xr archive_entry
functions that are impacted by the currently-selected locale.
@@ -318,5 +318,3 @@ old tar formats do not support large device numbers.
.Pp
The library cannot write pre-POSIX tar archives.
The support for GNU tar format is incomplete.
-.Pp
-Support for ACLs is still evolving and subject to change. \ No newline at end of file
OpenPOWER on IntegriCloud