aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/gawk.xml7
-rw-r--r--chapter05/glibc.xml4
-rw-r--r--chapter05/grep.xml6
3 files changed, 9 insertions, 8 deletions
diff --git a/chapter05/gawk.xml b/chapter05/gawk.xml
index c79eb72a6..637ee3f61 100644
--- a/chapter05/gawk.xml
+++ b/chapter05/gawk.xml
@@ -53,9 +53,10 @@
<varlistentry>
<term><parameter>ac_cv_func_working_mktime=yes</parameter></term>
<listitem>
- <para>This parameter bypasses the search for mktime in configure
- and uses the version in glibc. This is necessary due to a change in
- gcc that has not been incorporated into this package yet.</para>
+ <para>This parameter bypasses the search for mktime in
+ <command>configure</command> and uses the version in glibc. This is
+ necessary due to a change in GCC that has not been incorporated into
+ this package yet.</para>
</listitem>
</varlistentry>
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index f8063f204..428197485 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -121,8 +121,8 @@ esac</userinput></screen>
<listitem>
<para>The build requires support for forced unwind, but because it is
being cross compiled, it cannot auto detect it. Setting this variable
- on the command line explicitly tells the configure script that support
- is available.</para>
+ on the command line explicitly tells the
+ <command>configure</command> script that support is available.</para>
</listitem>
</varlistentry>
<varlistentry>
diff --git a/chapter05/grep.xml b/chapter05/grep.xml
index 601bc77fb..5a02861b3 100644
--- a/chapter05/grep.xml
+++ b/chapter05/grep.xml
@@ -65,9 +65,9 @@
<varlistentry>
<term><parameter>--without-included-regex</parameter></term>
<listitem>
- <para>The configure check for glibc's regex library is broken when
- building against glibc-2.8. This switch forces the use of glibc's
- regex library.</para>
+ <para>The configure check for Glibc's regex library is broken when
+ building against Glibc-&glibc-version;. This switch forces the use of
+ Glibc's regex library.</para>
</listitem>
</varlistentry>
</variablelist>