diff options
Diffstat (limited to 'chapter06/zlib.xml')
-rw-r--r-- | chapter06/zlib.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/chapter06/zlib.xml b/chapter06/zlib.xml index 4ed3d9422..93c21e44a 100644 --- a/chapter06/zlib.xml +++ b/chapter06/zlib.xml @@ -52,9 +52,10 @@ 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 -the <filename class="directory">/lib</filename> directory and relink them -into <filename class="directory">/usr/lib</filename>:</para> +<para>The previous command installed a <filename +class="extension">.so</filename> file in <filename +class="directory">/lib</filename>. We will remove it and relink it 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> @@ -83,7 +84,7 @@ make</userinput></screen> <segmentedlist> <segtitle>Installed libraries</segtitle> -<seglistitem><seg>libz[a,so]</seg></seglistitem> +<seglistitem><seg>libz.[a,so]</seg></seglistitem> </segmentedlist> <variablelist><bridgehead renderas="sect3">Short Descriptions</bridgehead> |