aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/zlib-inst.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-10-05 12:57:37 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-10-05 12:57:37 +0000
commitc84ddd992c4865dba8a6f69d63ddc59784a89d0c (patch)
treee9eec11b7f6ac62ecc69306714b8fb3e141a58bb /chapter06/zlib-inst.xml
parent7da1bffa1e5dfdc369de14a1e4784c7272977fbb (diff)
Some more adjustments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2923 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/zlib-inst.xml')
-rw-r--r--chapter06/zlib-inst.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/zlib-inst.xml b/chapter06/zlib-inst.xml
index a4207042a..21cd9bc7d 100644
--- a/chapter06/zlib-inst.xml
+++ b/chapter06/zlib-inst.xml
@@ -3,9 +3,9 @@
<sect2>
<title>Installation of Zlib</title>
-<para>Zlib has a potential buffer overflow in its gzprintf() function,
-that, though difficult to take advantage of, should be taken care of. Do
-so by applying this patch:</para>
+<para>Zlib has a potential buffer overflow in its
+<emphasis>gzprintf()</emphasis> function, that, though difficult to take
+advantage of, should be taken care of by applying this patch:</para>
<para><screen><userinput>patch -Np1 -i ../zlib-&zlib-patch-version;.patch</userinput></screen></para>