Changeset 9bd36ea


Ignore:
Timestamp:
06/15/2005 03:58:58 AM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
6.1, 6.1.1
Children:
9cbf17b
Parents:
fc1024a
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bzip2.xml

    rfc1024a r9bd36ea  
    22<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    33  <!ENTITY % general-entities SYSTEM "../general.ent">
     4  <!ENTITY % patches-entities SYSTEM "../patches.ent">
    45  %general-entities;
     6  %patches-entities;
    57]>
    68<sect1 id="ch-system-bzip2" role="wrap">
     
    1214<sect2 role="package"><title/>
    1315<para>The Bzip2 package contains programs for compressing and decompressing
    14 files. Text files yield a much better compression than with the
    15 traditional <command>gzip</command>.</para>
     16files. Compressing text files with <command>bzip2</command> yield a much better
     17compression percentage than with the traditional <command>gzip</command>.</para>
    1618
    1719<segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.