From bdc08c1c6419be50edb433c4425481bdabf8a5ea Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Wed, 6 Feb 2002 23:15:46 +0000 Subject: [Bug 190] reorganise and sync descriptions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1549 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/bzip2-desc.xml | 40 +++++++++++++++++++++++++--------------- 1 file changed, 25 insertions(+), 15 deletions(-) (limited to 'appendixa/bzip2-desc.xml') diff --git a/appendixa/bzip2-desc.xml b/appendixa/bzip2-desc.xml index 4aa463582..bad83408f 100644 --- a/appendixa/bzip2-desc.xml +++ b/appendixa/bzip2-desc.xml @@ -1,29 +1,39 @@ - -Contents +Contents of bzip2-&bzip2-contversion; -The Bzip2 packages contains the bunzip2, bzcat, bzip2 and bzip2recover -programs. +Program Files +bunzip2 (link to bzip2), bzcat (link to bzip2), bzip2 and +bzip2recover - - -Description +Descriptions -bunzip2 -Bunzip2 decompresses files that are compressed with bzip2. +bunzip2 +Bunzip2 decompresses files that are compressed with +bzip2. -bzcat +bzcat bzcat (or bzip2 -dc) decompresses all specified files to the standard -output. +output. -bzip2 +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. +compressors. + +bzip2recover +bzip2recover recovers data from damaged bzip2 files. + + + +Library Files +libbz2.[a,so] + +libbz2 +libbz2 is the library for implementing lossless, block-sorting data +compression using the Burrows-Wheeler algorithm. -bzip2recover -bzip2recover recovers data from damaged bzip2 files. + -- cgit v1.2.3-54-g00ecf