diff options
Diffstat (limited to 'chapter06/readline.xml')
-rw-r--r-- | chapter06/readline.xml | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/chapter06/readline.xml b/chapter06/readline.xml index 7105a4afa..f69af4fe0 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -3,22 +3,29 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-system-readline" xreflabel="Readline"> +<sect1 id="ch-system-readline" xreflabel="Readline" role="wrap"> <title>Readline-&readline-version;</title> <?dbhtml filename="readline.html"?> <indexterm zone="ch-system-readline"><primary sortas="a-Readline">Readline</primary></indexterm> +<sect2 role="package"><title/> <para>The Readline package contains the Readline command-line library.</para> -<screen>&buildtime; XXX SBU -&diskspace; 3.8 MB</screen> - -<para>Readline installation depends on: Binutils, Coreutils, Diffutils, Gawk, -GCC, Glibc, Grep, Make, Ncurses, Sed.</para> - +<segmentedlist> +<segtitle>&buildtime;</segtitle> +<segtitle>&diskspace;</segtitle> +<seglistitem><seg>XXX SBU</seg><seg>3.8 MB</seg></seglistitem> +</segmentedlist> + +<segmentedlist> +<segtitle>Readline 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 Readline</title> <para>Readline has a number of bugs in it that cause it to not behave the |