diff options
Diffstat (limited to 'chapter06/bash.xml')
-rw-r--r-- | chapter06/bash.xml | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/chapter06/bash.xml b/chapter06/bash.xml index 36baa30a5..7050853ff 100644 --- a/chapter06/bash.xml +++ b/chapter06/bash.xml @@ -3,22 +3,29 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-system-bash" xreflabel="Bash"> +<sect1 id="ch-system-bash" xreflabel="Bash" role="wrap"> <title>Bash-&bash-version;</title> <?dbhtml filename="bash.html"?> <indexterm zone="ch-system-bash"><primary sortas="a-Bash">Bash</primary></indexterm> +<sect2 role="package"><title/> <para>The Bash package contains the Bourne-Again SHell.</para> -<screen>Approximate build time: 1.2 SBU -Required disk space: 27 MB</screen> - -<para>Bash installation depends on: Binutils, Coreutils, Diffutils, Gawk, -GCC, Glibc, Grep, Make, Ncurses, Sed.</para> - +<segmentedlist> +<segtitle>&buildtime;</segtitle> +<segtitle>&diskspace;</segtitle> +<seglistitem><seg>1.2 SBU</seg><seg>27 MB</seg></seglistitem> +</segmentedlist> + +<segmentedlist> +<segtitle>Bash installation depends on</segtitle> +<seglistitem><seg>Binutils, Coreutils, Diffutils, Gawk, +GCC, Glibc, Grep, Make, Ncurses, Sed.</seg></seglistitem> +</segmentedlist> +</sect2> -<sect2> +<sect2 role="installation"> <title>Installation of Bash</title> <para>Bash has a number of bugs in it that cause it to not behave the |