diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-01-30 06:51:33 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-01-30 06:51:33 +0000 |
commit | 28bb06349a8295a09322f70de6f72ca83282a168 (patch) | |
tree | 19114b428d7eb15e4edbb5fd7fab29ad7cc1ca49 /chapter05 | |
parent | 62d3362b8de4cceb37f1e6ed65323d5561723fef (diff) |
Various textual corrections. Thanks Chris Staub.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7317 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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 |