Browse Source

Changed description of bzip2, thanks Randy McMurchy

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@5982 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Huntwork 20 years ago
parent
commit
9bd36eab71
1 changed files with 4 additions and 2 deletions
  1. 4 2
      chapter06/bzip2.xml

+ 4 - 2
chapter06/bzip2.xml

@@ -1,7 +1,9 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
   <!ENTITY % general-entities SYSTEM "../general.ent">
+  <!ENTITY % patches-entities SYSTEM "../patches.ent">
   %general-entities;
+  %patches-entities;
 ]>
 <sect1 id="ch-system-bzip2" role="wrap">
 <title>Bzip2-&bzip2-version;</title>
@@ -11,8 +13,8 @@
 
 <sect2 role="package"><title/>
 <para>The Bzip2 package contains programs for compressing and decompressing
-files. Text files yield a much better compression than with the
-traditional <command>gzip</command>.</para>
+files. Compressing text files with <command>bzip2</command> yield a much better
+compression percentage than with the traditional <command>gzip</command>.</para>
 
 <segmentedlist>
 <segtitle>&buildtime;</segtitle>