diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2005-02-19 20:59:44 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2005-02-19 20:59:44 +0000 |
commit | 21bedf702256631c2e4298a58b527497b39b08a0 (patch) | |
tree | 96f67a96af16a456cfadb6f19309da4305695556 | |
parent | acdb4a6ba30b018bbb7ad2e0682deedad00dd50a (diff) |
XML formatting
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4645 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/zlib.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml index c95e95b1f..ff0c7c075 100644 --- a/chapter06/zlib.xml +++ b/chapter06/zlib.xml @@ -50,8 +50,9 @@ configure command below, then remove it afterwards.</para></note> <screen><userinput>make install</userinput></screen> -<para>Now we will remove the old, .so files in /lib and relink them -into /usr/lib.</para> +<para>Next we will remove the old, <filename>.so</filename> files in +the <filename class="directory">/lib</filename> directory and relink them +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> |