diff options
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 |