diff options
Diffstat (limited to 'chapter06/bzip2.xml')
-rw-r--r-- | chapter06/bzip2.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml index e67810b0d..d1893c1f0 100644 --- a/chapter06/bzip2.xml +++ b/chapter06/bzip2.xml @@ -4,7 +4,7 @@ <para>The Bzip2 package contains programs for compressing and decompressing files. On text files they achieve a much better compression than the -traditional <userinput>gzip</userinput>.</para> +traditional <command>gzip</command>.</para> <screen>&buildtime; &bzip2-time; &diskspace; &bzip2-compsize;</screen> @@ -34,13 +34,13 @@ against it.</para> <para>If you are reinstalling Bzip2, you will now first have to do <userinput>rm -f /usr/bin/bz*</userinput>, otherwise the following -<userinput>make install</userinput> will fail.</para> +<command>make install</command> will fail.</para> <para>Install the programs:</para> <screen><userinput>make install</userinput></screen> -<para>And install the shared <userinput>bzip2</userinput> binary into the +<para>And install the shared <command>bzip2</command> binary into the <filename class="directory">/bin</filename> directory, then make some necessary symbolic links, and clean up:</para> |