From 2c094d60db777dce20fd4eccf4996299c2a0dfe0 Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Sat, 28 Sep 2002 21:08:29 +0000 Subject: Applied Bill Maltby's grammar patch. Changed $LFS to LFS where appropriate. Internal XML cleanup: removed double spacing where appropriate. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2138 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/bzip2-desc.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'appendixa/bzip2-desc.xml') diff --git a/appendixa/bzip2-desc.xml b/appendixa/bzip2-desc.xml index 333a4f066..106a195a3 100644 --- a/appendixa/bzip2-desc.xml +++ b/appendixa/bzip2-desc.xml @@ -26,9 +26,9 @@ bzip2 compressed files. 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 +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. bzip2recover @@ -36,12 +36,12 @@ compressors. bzless bzless is a filter which allows examination of compressed -or plain text files one screenful at a time on a soft-copy +or plain text files, one screenful at a time on a soft-copy terminal, like less. bzmore bzmore is a filter which allows examination of compressed -or plain text files one screenful at a time on a soft-copy +or plain text files, one screenful at a time on a soft-copy terminal, like more. @@ -52,7 +52,7 @@ libbz2.so.1.0.2) and libbz2.so.1.0.2 libbz2 libbz2 is the library for implementing lossless, block-sorting data -compression using the Burrows-Wheeler algorithm. +compression, using the Burrows-Wheeler algorithm. -- cgit v1.2.3-54-g00ecf