diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-01 21:49:10 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-01 21:49:10 +0000 |
commit | 90e3cb3f0e14cadecc0edf2b6de96ee432bc60de (patch) | |
tree | abdbfa8e4dbf97a986c0469999b15df80cceadfe /chapter06/bzip2.xml | |
parent | c288d971d11a78cde87a5f4c0583ab9a43fbfeba (diff) |
Replacing several <userinput> tags by <command>.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3203 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |