]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
update top level docs with binary cpio support
authorTom Ivar Helbekkmo <tih@hamartun.priv.no>
Sat, 6 Mar 2021 13:44:02 +0000 (14:44 +0100)
committerTom Ivar Helbekkmo <tih@hamartun.priv.no>
Sat, 6 Mar 2021 13:44:02 +0000 (14:44 +0100)
README.md
libarchive/libarchive.3

index 56cd723daa47d90e329d54a2825a65d0d80315ad..d5ef70c2191ddca89b0de2f3826e0b8f1b8324b5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -79,6 +79,7 @@ Currently, the library automatically detects and reads the following formats:
   * POSIX octet-oriented cpio
   * SVR4 ASCII cpio
   * Binary cpio (big-endian or little-endian)
+  * PWB binary cpio
   * ISO9660 CD-ROM images (with optional Rockridge or Joliet extensions)
   * ZIP archives (with uncompressed or "deflate" compressed entries, including support for encrypted Zip archives)
   * ZIPX archives (with support for bzip2, ppmd8, lzma and xz compressed entries)
@@ -110,6 +111,8 @@ The library can create archives in any of the following formats:
   * Old V7 tar format
   * POSIX octet-oriented cpio
   * SVR4 "newc" cpio
+  * Binary cpio (little-endian)
+  * PWB binary cpio
   * shar archives
   * ZIP archives (with uncompressed or "deflate" compressed entries)
   * GNU and BSD 'ar' archives
index c6894d2d4ffbfd5f839e87a1199ccdddc954e72e..1ef4b7c312ba32607aef7714f2243514852ad5ac 100644 (file)
@@ -105,7 +105,7 @@ POSIX
 .Dq pax interchange format
 archives,
 .It
-POSIX octet-oriented cpio archives,
+cpio archives,
 .It
 Zip archive,
 .It