Ignore:
Timestamp:
08/08/2004 02:11:09 AM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
5ba3d1d
Parents:
6e41459
Message:

Completed global edits for upcoming 6.0 release

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/bzip2.xml

    r6e41459 ref13657  
    3737
    3838<para>The <parameter>-f</parameter> flag will cause Bzip2 to be built
    39 using a different <filename>Makefile</filename> file, in this case the
     39using a different Makefile file, in this case the
    4040<filename>Makefile-libbz2_so</filename> file, which creates a dynamic
    41 <filename class="libraryfile">libbz2.so</filename> library and links the Bzip2 utilities
    42 against it.</para>
     41libbz2.so library and links the Bzip2 utilities against it.</para>
    4342
    4443<para>Compile the package:</para>
     
    4645<screen><userinput>make</userinput></screen>
    4746
    48 <para>If you are reinstalling Bzip2, you need to do
     47<para>If you are reinstalling Bzip2, perform
    4948<userinput>rm -f /usr/bin/bz*</userinput> first, otherwise the following
    5049<command>make install</command> will fail.</para>
     
    5453<screen><userinput>make install</userinput></screen>
    5554
    56 <para>Now install the shared <command>bzip2</command> binary into the
    57 <filename class="directory">/bin</filename> directory, then make some
    58 necessary symbolic links, and clean up:</para>
     55<para>Install the shared <command>bzip2</command> binary into the
     56<filename class="directory">/bin</filename> directory, make
     57some necessary symbolic links, and clean up:</para>
    5958
    6059<screen><userinput>cp bzip2-shared /bin/bzip2
     
    117116<listitem>
    118117<indexterm zone="ch-system-bzip2 bzgrep"><primary sortas="b-bzgrep">bzgrep</primary></indexterm>
    119 <para>and friends run <command>grep</command> on bzipped files.</para>
     118<para>runs <command>grep</command> on bzipped files.</para>
     119</listitem>
     120</varlistentry>
     121
     122<varlistentry id="bzegrep">
     123<term><command>bzegrep</command></term>
     124<listitem>
     125<indexterm zone="ch-system-bzip2 bzegrep"><primary sortas="b-bzegrep">bzegrep</primary></indexterm>
     126<para>runs <command>egrep</command> on bzipped files.</para>
     127</listitem>
     128</varlistentry>
     129
     130<varlistentry id="bzfgrep">
     131<term><command>bzfgrep</command></term>
     132<listitem>
     133<indexterm zone="ch-system-bzip2 bzfgrep"><primary sortas="b-bzfgrep">bzfgrep</primary></indexterm>
     134<para>runs <command>fgrep</command> on bzipped files.</para>
    120135</listitem>
    121136</varlistentry>
     
    125140<listitem>
    126141<indexterm zone="ch-system-bzip2 bzip2"><primary sortas="b-bzip2">bzip2</primary></indexterm>
    127 <para>compresses files using the Burrows-Wheeler
    128 block sorting text compression algorithm with Huffman coding. The compression
    129 rate is generally considerably better than that achieved by more conventional
    130 compressors using LZ77/LZ78, like <command>gzip</command>.</para>
     142<para>compresses files using the Burrows-Wheeler block sorting text
     143compression algorithm with Huffman coding. The compression rate is
     144better than that achieved by more conventional compressors using
     145LZ77/LZ78, like <command>gzip</command>.</para>
    131146</listitem>
    132147</varlistentry>
     
    160175<listitem>
    161176<indexterm zone="ch-system-bzip2 libbz2"><primary sortas="c-libbz2*">libbz2*</primary></indexterm>
    162 <para>is the library implementing lossless,
    163 block-sorting data compression, using the Burrows-Wheeler algorithm.</para>
     177<para>the library implementing lossless, block-sorting data
     178compression, using the Burrows-Wheeler algorithm.</para>
    164179</listitem>
    165180</varlistentry>
     
    169184
    170185</sect1>
     186
Note: See TracChangeset for help on using the changeset viewer.