aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2013-02-27 16:41:36 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2013-02-27 16:41:36 +0100
commit433757413f55986681f29ab1335e514e9f0c8423 (patch)
tree789e576204e58dab927a7a06cf3fe660f0850a8f
parentc3045edec221876596fe910901191720d8f55986 (diff)
downloadbusybox-w32-433757413f55986681f29ab1335e514e9f0c8423.tar.gz
busybox-w32-433757413f55986681f29ab1335e514e9f0c8423.tar.bz2
busybox-w32-433757413f55986681f29ab1335e514e9f0c8423.zip
xz: mention xzminidec.c in README
Signed-off-by: Lasse Collin <lasse.collin@tukaani.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--archival/libarchive/unxz/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libarchive/unxz/README b/archival/libarchive/unxz/README
index 9bc1ea0f1..a84912035 100644
--- a/archival/libarchive/unxz/README
+++ b/archival/libarchive/unxz/README
@@ -7,7 +7,7 @@ XZ Embedded
7 7
8 XZ Embedded was written for use in the Linux kernel, but the code can 8 XZ Embedded was written for use in the Linux kernel, but the code can
9 be easily used in other environments too, including regular userspace 9 be easily used in other environments too, including regular userspace
10 applications. 10 applications. See userspace/xzminidec.c for an example program.
11 11
12 This README contains information that is useful only when the copy 12 This README contains information that is useful only when the copy
13 of XZ Embedded isn't part of the Linux kernel tree. You should also 13 of XZ Embedded isn't part of the Linux kernel tree. You should also