diff options
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/bash.xml | 9 |
2 files changed, 5 insertions, 8 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 30e4e7f41..3db05001e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -56,6 +56,10 @@ files, and added doc installation instructions for MPC. Fixes <ulink url="&lfs-ticket-root;3618">#3618</ulink>.</para> </listitem> + <listitem> + <para>[Chris] - Removed unneeded command explanation from Bash page. + Thanks to Philippe Delavalade for pointing this out.</para> + </listitem> </itemizedlist> </listitem> diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 12f063c1b..72e36e32a 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -54,16 +54,9 @@ --with-installed-readline</userinput></screen> <variablelist> - <title>The meaning of the configure options:</title> + <title>The meaning of the new configure option:</title> <varlistentry> - <term><parameter>--htmldir</parameter></term> - <listitem> - <para>This option designates the directory into which HTML formatted - documentation will be installed.</para> - </listitem> - </varlistentry> - <varlistentry> <term><parameter>--with-installed-readline</parameter></term> <listitem> <para>This option tells Bash to use the <filename |