aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bzip2.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/bzip2.xml')
-rw-r--r--chapter06/bzip2.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml
index 62271ad57..def1398d8 100644
--- a/chapter06/bzip2.xml
+++ b/chapter06/bzip2.xml
@@ -35,10 +35,10 @@ GCC, Glibc, Make</seg></seglistitem>
<screen><userinput>make -f Makefile-libbz2_so
make clean</userinput></screen>
-<para>The <emphasis>-f</emphasis> flag will cause Bzip2 to be built
+<para>The <parameter>-f</parameter> flag will cause Bzip2 to be built
using a different <filename>Makefile</filename> file, in this case the
<filename>Makefile-libbz2_so</filename> file, which creates a dynamic
-<filename>libbz2.so</filename> library and links the Bzip2 utilities
+<filename class="libraryfile">libbz2.so</filename> library and links the Bzip2 utilities
against it.</para>
<para>Compile the package:</para>
@@ -100,7 +100,7 @@ libbz2.so.&bzip2-version;) and libbz2.so.&bzip2-version;</seg></seglistitem>
<term><command>bzcmp</command></term>
<listitem>
<indexterm zone="ch-system-bzip2 bzcmp"><primary sortas="b-bzcmp">bzcmp</primary></indexterm>
-<para>runs cmp on bzipped files.</para>
+<para>runs <command>cmp</command> on bzipped files.</para>
</listitem>
</varlistentry>
@@ -108,7 +108,7 @@ libbz2.so.&bzip2-version;) and libbz2.so.&bzip2-version;</seg></seglistitem>
<term><command>bzdiff</command></term>
<listitem>
<indexterm zone="ch-system-bzip2 bzdiff"><primary sortas="b-bzdiff">bzdiff</primary></indexterm>
-<para>runs diff on bzipped files.</para>
+<para>runs <command>diff</command> on bzipped files.</para>
</listitem>
</varlistentry>
@@ -116,7 +116,7 @@ libbz2.so.&bzip2-version;) and libbz2.so.&bzip2-version;</seg></seglistitem>
<term><command>bzgrep</command></term>
<listitem>
<indexterm zone="ch-system-bzip2 bzgrep"><primary sortas="b-bzgrep">bzgrep</primary></indexterm>
-<para>and friends run grep on bzipped files.</para>
+<para>and friends run <command>grep</command> on bzipped files.</para>
</listitem>
</varlistentry>
@@ -135,7 +135,7 @@ compressors using LZ77/LZ78, like <command>gzip</command>.</para>
<term><command>bzip2recover</command></term>
<listitem>
<indexterm zone="ch-system-bzip2 bzip2recover"><primary sortas="b-bzip2recover">bzip2recover</primary></indexterm>
-<para>tries to recover data from damaged bzip2 files.</para>
+<para>tries to recover data from damaged bzipped files.</para>
</listitem>
</varlistentry>
@@ -143,7 +143,7 @@ compressors using LZ77/LZ78, like <command>gzip</command>.</para>
<term><command>bzless</command></term>
<listitem>
<indexterm zone="ch-system-bzip2 bzless"><primary sortas="b-bzless">bzless</primary></indexterm>
-<para>runs less on bzipped files.</para>
+<para>runs <command>less</command> on bzipped files.</para>
</listitem>
</varlistentry>
@@ -151,7 +151,7 @@ compressors using LZ77/LZ78, like <command>gzip</command>.</para>
<term><command>bzmore</command></term>
<listitem>
<indexterm zone="ch-system-bzip2 bzmore"><primary sortas="b-bzmore">bzmore</primary></indexterm>
-<para>runs more on bzipped files.</para>
+<para>runs <command>more</command> on bzipped files.</para>
</listitem>
</varlistentry>