aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-04-11 19:47:13 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-04-11 19:47:13 +0000
commit868194f88d10cc0b85a552b7959e020da94217ed (patch)
tree7adde17b95ddf76a2ee390d0d97224640ca50726
parentbd3d09fa1a1e2c1c718313996558d8045424aae4 (diff)
Removed a missplaced comma.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4917 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/zlib.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml
index 5b08f5297..c8497e1ae 100644
--- a/chapter06/zlib.xml
+++ b/chapter06/zlib.xml
@@ -50,9 +50,9 @@ configure command below, then remove it afterwards.</para></note>
<screen><userinput>make install</userinput></screen>
-<para>Next we will remove the old, <filename class="extension">.so</filename> files in
+<para>Next we will remove the old <filename class="extension">.so</filename> files in
the <filename class="directory">/lib</filename> directory and relink them
-into <filename class="directory">/usr/lib</filename>.</para>
+into <filename class="directory">/usr/lib</filename>:</para>
<screen><userinput>rm /lib/libz.so
ln -sf ../../lib/libz.so.&zlib-version; /usr/lib/libz.so</userinput></screen>