diff options
author | kientzle <kientzle@FreeBSD.org> | 2004-05-27 04:21:52 +0000 |
---|---|---|
committer | kientzle <kientzle@FreeBSD.org> | 2004-05-27 04:21:52 +0000 |
commit | eaef1aa309b8f076ae08583509907fa64b924ef1 (patch) | |
tree | 2406e5fdd55c6d21a450e64beba1e3fa9c992be4 /lib/libarchive/libarchive.3 | |
parent | 3914be0d5d4d31ef6d0b5e7ce9790e100329c537 (diff) | |
download | FreeBSD-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.3 | 8 |
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 |