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/bash.xml | |
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/bash.xml')
-rw-r--r-- | chapter05/bash.xml | 4 |
1 files changed, 2 insertions, 2 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 |