diff options
author | Chris Staub <chris@linuxfromscratch.org> | 2014-06-29 06:49:59 +0000 |
---|---|---|
committer | Chris Staub <chris@linuxfromscratch.org> | 2014-06-29 06:49:59 +0000 |
commit | 87ae9935ee2cfc73314435cd80ac99a5072cbce7 (patch) | |
tree | 53e37f65dabee7b6ae70c3868afd555dadc467c8 /chapter06 | |
parent | b06fc9c7751555fa173124f96f2c6b8776fe3243 (diff) |
Explanation for --htmldir is not needed on Bash page anymore
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10591 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bash.xml | 9 |
1 files changed, 1 insertions, 8 deletions
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 |