|
@@ -17,7 +17,7 @@
|
|
|
<segmentedlist>
|
|
|
<segtitle>&buildtime;</segtitle>
|
|
|
<segtitle>&diskspace;</segtitle>
|
|
|
-<seglistitem><seg>1.2 SBU</seg><seg>20.6 MB</seg></seglistitem>
|
|
|
+<seglistitem><seg>1.2 SBU</seg><seg>24.6 MB</seg></seglistitem>
|
|
|
</segmentedlist>
|
|
|
|
|
|
<segmentedlist>
|
|
@@ -30,7 +30,13 @@ GCC, Glibc, Grep, Make, Ncurses, and Sed.</seg></seglistitem>
|
|
|
<sect2 role="installation">
|
|
|
<title>Installation of Bash</title>
|
|
|
|
|
|
-<!-- Edit Me -->
|
|
|
+<para>If you downloaded the Bash documentation tarball and wish to install HTML
|
|
|
+documentation, issue the following commands:</para>
|
|
|
+
|
|
|
+<screen><userinput>tar -zxf ../bash-doc-&bash-doc-version;.tar.gz &&
|
|
|
+sed -i "s|htmldir = @htmldir@|htmldir = /usr/share/doc/bash-&bash-version;|" \
|
|
|
+ Makefile.in</userinput></screen>
|
|
|
+
|
|
|
<para>The following patch fixes various issues, including a problem where Bash
|
|
|
will sometimes only show 33 characters on a line, then wrap to the next:</para>
|
|
|
|