diff options
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r-- | chapter06/bash.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index c32339c08..dbd2f9e12 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -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> |