]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Include some basic notes about RAR format support in libarchive.
authorAndres Mejia <amejia004@gmail.com>
Sat, 17 Dec 2011 18:09:54 +0000 (13:09 -0500)
committerAndres Mejia <amejia004@gmail.com>
Sat, 17 Dec 2011 18:09:54 +0000 (13:09 -0500)
SVN-Revision: 3931

libarchive/libarchive-formats.5

index 0acdb50c2bd0f0db94b61e45c858b6fac5c10638..bd6bfe74348812e66bf10c6bd0835d4447f35d7e 100644 (file)
@@ -342,6 +342,12 @@ using libarchive.
 If it cannot locate and open the file on disk, libarchive
 will return an error for any attempt to read the entry
 body.
+.Ss RAR
+libarchive has limited support to read files in RAR format. Currently,
+libarchive can read single RAR files in RARv3 format which have been either
+created uncompressed, or compressed using any of the compression methods
+supported by the RARv3 format. libarchive can also extract RAR files which have
+been created as self-extracting RAR files.
 .Sh SEE ALSO
 .Xr ar 1 ,
 .Xr cpio 1 ,