aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/bison-inst.xml2
-rw-r--r--chapter06/gettext-inst.xml2
-rw-r--r--chapter06/zlib-inst.xml6
3 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/bison-inst.xml b/chapter06/bison-inst.xml
index e7d7d4cbd..3fd999772 100644
--- a/chapter06/bison-inst.xml
+++ b/chapter06/bison-inst.xml
@@ -18,7 +18,7 @@ compilation problem with some packages:</para>
<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
-following command will do so:</para>
+following command will do so (and takes a long time):</para>
<para><screen><userinput>make check</userinput></screen></para>
diff --git a/chapter06/gettext-inst.xml b/chapter06/gettext-inst.xml
index bfb2b74af..1e24c5494 100644
--- a/chapter06/gettext-inst.xml
+++ b/chapter06/gettext-inst.xml
@@ -13,7 +13,7 @@
<para>This package has a test suite available which can perform a number of
checks to ensure it built correctly. Should you choose to run it, the
-following command will do so:</para>
+following command will do so (and takes a very long time):</para>
<para><screen><userinput>make check</userinput></screen></para>
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>