aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/bzip2.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-11-03 22:47:39 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-11-03 22:47:39 +0000
commit5763f6758eff4e014e353fca57c2064915c46544 (patch)
treee61156e65964d02bfffcbbe068f6e07c3c6bf966 /chapter06/bzip2.xml
parentd27a27bee96bda9893300fa12df48f5789d2c0c3 (diff)
Fixing some tiny typos, and rephrasing a few more lines.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3056 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bzip2.xml')
-rw-r--r--chapter06/bzip2.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml
index bc032f049..6b1c4f695 100644
--- a/chapter06/bzip2.xml
+++ b/chapter06/bzip2.xml
@@ -21,7 +21,7 @@ make clean</userinput></screen>
<para>The <emphasis>-f</emphasis> 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>libbz2.so</filename> library and links the Bzip2 utilities
against it.</para>
<para>Compile the package:</para>
@@ -34,7 +34,7 @@ against it.</para>
<para>And install the shared <userinput>bzip2</userinput> binary into the
<filename class="directory">/bin</filename> directory, then make some
-necessary symbolic links, and clean up.</para>
+necessary symbolic links, and clean up:</para>
<screen><userinput>cp bzip2-shared /bin/bzip2
cp -a libbz2.so* /lib