diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/bash.xml | 4 | ||||
-rw-r--r-- | chapter05/gcc-pass1.xml | 2 | ||||
-rw-r--r-- | chapter05/gettext.xml | 2 | ||||
-rw-r--r-- | chapter05/grep.xml | 2 | ||||
-rw-r--r-- | chapter05/introduction.xml | 5 |
5 files changed, 6 insertions, 9 deletions
diff --git a/chapter05/bash.xml b/chapter05/bash.xml index e71640991..025789793 100644 --- a/chapter05/bash.xml +++ b/chapter05/bash.xml @@ -46,12 +46,12 @@ <screen><userinput>./configure --prefix=/tools --without-bash-malloc</userinput></screen> <variablelist> - <title>The meaning of the configure options:</title> + <title>The meaning of the configure option:</title> <varlistentry> <term><parameter>--without-bash-malloc</parameter></term> <listitem> - <para>This options turns off the use of Bash's memory allocation + <para>This option turns off the use of Bash's memory allocation (<function>malloc</function>) function which is known to cause segmentation faults. By turning this option off, Bash will use the <function>malloc</function> functions from Glibc which are diff --git a/chapter05/gcc-pass1.xml b/chapter05/gcc-pass1.xml index aa2ea3623..28fe4385d 100644 --- a/chapter05/gcc-pass1.xml +++ b/chapter05/gcc-pass1.xml @@ -93,7 +93,7 @@ cd ../gcc-build</userinput></screen> <screen><userinput>make bootstrap</userinput></screen> <variablelist> - <title>The meaning of the make parameters:</title> + <title>The meaning of the make parameter:</title> <varlistentry> <term><parameter>bootstrap</parameter></term> diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml index 58063a815..cb7a2ea4f 100644 --- a/chapter05/gettext.xml +++ b/chapter05/gettext.xml @@ -50,7 +50,7 @@ ./configure --prefix=/tools --disable-shared</userinput></screen> <variablelist> - <title>The meaning of the configure options:</title> + <title>The meaning of the configure option:</title> <varlistentry> <term><parameter>--disable-shared</parameter></term> diff --git a/chapter05/grep.xml b/chapter05/grep.xml index 49012584a..fbcafbf87 100644 --- a/chapter05/grep.xml +++ b/chapter05/grep.xml @@ -47,7 +47,7 @@ --disable-perl-regexp</userinput></screen> <variablelist> - <title>The meaning of the configure options:</title> + <title>The meaning of the configure option:</title> <varlistentry> <term><parameter>--disable-perl-regexp</parameter></term> diff --git a/chapter05/introduction.xml b/chapter05/introduction.xml index fd1a3692e..1704086ef 100644 --- a/chapter05/introduction.xml +++ b/chapter05/introduction.xml @@ -52,10 +52,7 @@ <important> <para>After installing each package, delete its source and build directories, unless specifically instructed otherwise. Deleting the sources prevents - mis-configuration when the same package is reinstalled later. Only three - of the packages need to retain the source and build directories in order - for their contents to be used by later commands. Pay special attention to - these reminders.</para> + mis-configuration when the same package is reinstalled later.</para> </important> <para>Check one last time that the <envar>LFS</envar> environment |