Ignore:
Timestamp:
10/06/2004 10:58:24 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
c059c37
Parents:
f67ec77a
Message:

Last edit round.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4265 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bzip2.xml

    rf67ec77a r2256873  
    7979</segmentedlist>
    8080
    81 <variablelist><bridgehead renderas="sect3">Short descriptions</bridgehead>
     81<variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead>
    8282<?dbfo list-presentation="list"?>
    8383
     
    8585<term><command>bunzip2</command></term>
    8686<listitem>
    87 <para>decompresses bzipped files.</para>
     87<para>Decompresses bzipped files</para>
    8888<indexterm zone="ch-system-bzip2 bunzip2"><primary sortas="b-bunzip2">bunzip2</primary></indexterm>
    8989</listitem>
     
    9393<term><command>bzcat</command></term>
    9494<listitem>
    95 <para>decompresses to standard output.</para>
     95<para>Decompresses to standard output</para>
    9696<indexterm zone="ch-system-bzip2 bzcat"><primary sortas="b-bzcat">bzcat</primary></indexterm>
    9797</listitem>
     
    101101<term><command>bzcmp</command></term>
    102102<listitem>
    103 <para>runs <command>cmp</command> on bzipped files.</para>
     103<para>Runs <command>cmp</command> on bzipped files</para>
    104104<indexterm zone="ch-system-bzip2 bzcmp"><primary sortas="b-bzcmp">bzcmp</primary></indexterm>
    105105</listitem>
     
    109109<term><command>bzdiff</command></term>
    110110<listitem>
    111 <para>runs <command>diff</command> on bzipped files.</para>
     111<para>Runs <command>diff</command> on bzipped files</para>
    112112<indexterm zone="ch-system-bzip2 bzdiff"><primary sortas="b-bzdiff">bzdiff</primary></indexterm>
    113113</listitem>
     
    117117<term><command>bzgrep</command></term>
    118118<listitem>
    119 <para>runs <command>grep</command> on bzipped files.</para>
     119<para>Runs <command>grep</command> on bzipped files</para>
    120120<indexterm zone="ch-system-bzip2 bzgrep"><primary sortas="b-bzgrep">bzgrep</primary></indexterm>
    121121</listitem>
     
    125125<term><command>bzegrep</command></term>
    126126<listitem>
    127 <para>runs <command>egrep</command> on bzipped files.</para>
     127<para>Runs <command>egrep</command> on bzipped files</para>
    128128<indexterm zone="ch-system-bzip2 bzegrep"><primary sortas="b-bzegrep">bzegrep</primary></indexterm>
    129129</listitem>
     
    133133<term><command>bzfgrep</command></term>
    134134<listitem>
    135 <para>runs <command>fgrep</command> on bzipped files.</para>
     135<para>Runs <command>fgrep</command> on bzipped files</para>
    136136<indexterm zone="ch-system-bzip2 bzfgrep"><primary sortas="b-bzfgrep">bzfgrep</primary></indexterm>
    137137</listitem>
     
    141141<term><command>bzip2</command></term>
    142142<listitem>
    143 <para>compresses files using the Burrows-Wheeler block sorting text
    144 compression algorithm with Huffman coding. The compression rate is
     143<para>Compresses files using the Burrows-Wheeler block sorting text
     144compression algorithm with Huffman coding; the compression rate is
    145145better than that achieved by more conventional compressors using
    146 <quote>Lempel-Ziv</quote> algorithms, like <command>gzip</command>.</para>
     146<quote>Lempel-Ziv</quote> algorithms, like <command>gzip</command></para>
    147147<indexterm zone="ch-system-bzip2 bzip2"><primary sortas="b-bzip2">bzip2</primary></indexterm>
    148148</listitem>
     
    152152<term><command>bzip2recover</command></term>
    153153<listitem>
    154 <para>tries to recover data from damaged bzipped files.</para>
     154<para>Tries to recover data from damaged bzipped files</para>
    155155<indexterm zone="ch-system-bzip2 bzip2recover"><primary sortas="b-bzip2recover">bzip2recover</primary></indexterm>
    156156</listitem>
     
    160160<term><command>bzless</command></term>
    161161<listitem>
    162 <para>runs <command>less</command> on bzipped files.</para>
     162<para>Runs <command>less</command> on bzipped files</para>
    163163<indexterm zone="ch-system-bzip2 bzless"><primary sortas="b-bzless">bzless</primary></indexterm>
    164164</listitem>
     
    168168<term><command>bzmore</command></term>
    169169<listitem>
    170 <para>runs <command>more</command> on bzipped files.</para>
     170<para>Runs <command>more</command> on bzipped files</para>
    171171<indexterm zone="ch-system-bzip2 bzmore"><primary sortas="b-bzmore">bzmore</primary></indexterm>
    172172</listitem>
     
    176176<term><filename class="libraryfile">libbz2*</filename></term>
    177177<listitem>
    178 <para>the library implementing lossless, block-sorting data
    179 compression, using the Burrows-Wheeler algorithm.</para>
     178<para>The library implementing lossless, block-sorting data
     179compression, using the Burrows-Wheeler algorithm</para>
    180180<indexterm zone="ch-system-bzip2 libbz2"><primary sortas="c-libbz2*">libbz2*</primary></indexterm>
    181181</listitem>
Note: See TracChangeset for help on using the changeset viewer.