From b08f4096533577934b885fa9df41d3881d141612 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 15 Feb 2001 15:26:52 +0000 Subject: Initial XML commit git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/bzip2-desc.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 appendixa/bzip2-desc.xml (limited to 'appendixa/bzip2-desc.xml') diff --git a/appendixa/bzip2-desc.xml b/appendixa/bzip2-desc.xml new file mode 100644 index 000000000..1bda00d6f --- /dev/null +++ b/appendixa/bzip2-desc.xml @@ -0,0 +1,50 @@ + +Contents + + +The Bzip2 packages contains the bzip2, bunzip2, bzcat and bzip2recover +programs. + + + + +Description + +Bzip2 + + +bzip2 compresses files using the Burrows-Wheeler block sorting text +compression algorithm, and Huffman coding. Compression is generally +considerably better than that achieved by more conventional LZ77/LZ78-based +compressors, and approaches the performance of the PPM family of statistical +compressors. + + + + +Bunzip2 + + +Bunzip2 decompresses files that are compressed with bzip2. + + + + +bzcat + + +bzcat (or bzip2 -dc) decompresses all specified files to the standard output. + + + + +bzip2recover + + +bzip2recover recovers data from damaged bzip2 files. + + + + + + -- cgit v1.2.3-54-g00ecf