diff options
author | Lasse Collin | 2013-02-27 16:41:36 +0100 |
---|---|---|
committer | Denys Vlasenko | 2013-02-27 16:41:36 +0100 |
commit | 433757413f55986681f29ab1335e514e9f0c8423 (patch) | |
tree | 789e576204e58dab927a7a06cf3fe660f0850a8f /archival/libarchive/unxz | |
parent | c3045edec221876596fe910901191720d8f55986 (diff) | |
download | busybox-433757413f55986681f29ab1335e514e9f0c8423.zip busybox-433757413f55986681f29ab1335e514e9f0c8423.tar.gz |
xz: mention xzminidec.c in README
Signed-off-by: Lasse Collin <lasse.collin@tukaani.org>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/libarchive/unxz')
-rw-r--r-- | archival/libarchive/unxz/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libarchive/unxz/README b/archival/libarchive/unxz/README index 9bc1ea0..a849120 100644 --- a/archival/libarchive/unxz/README +++ b/archival/libarchive/unxz/README @@ -7,7 +7,7 @@ XZ Embedded XZ Embedded was written for use in the Linux kernel, but the code can be easily used in other environments too, including regular userspace - applications. + applications. See userspace/xzminidec.c for an example program. This README contains information that is useful only when the copy of XZ Embedded isn't part of the Linux kernel tree. You should also |