From 85f0c98caef7663082ef16769e0b371e521c52e7 Mon Sep 17 00:00:00 2001 From: Tom Ivar Helbekkmo <tih@hamartun.priv.no> Date: Sat, 6 Mar 2021 14:44:02 +0100 Subject: [PATCH] update top level docs with binary cpio support --- README.md | 3 +++ libarchive/libarchive.3 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56cd723da..d5ef70c21 100644 --- 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 diff --git a/libarchive/libarchive.3 b/libarchive/libarchive.3 index c6894d2d4..1ef4b7c31 100644 --- a/libarchive/libarchive.3 +++ b/libarchive/libarchive.3 @@ -105,7 +105,7 @@ POSIX .Dq pax interchange format archives, .It -POSIX octet-oriented cpio archives, +cpio archives, .It Zip archive, .It -- GitLab