diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-16 00:06:08 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-05-16 00:06:08 +0000 |
commit | 965224946e10cde1353270c2b82d64aa7c641e04 (patch) | |
tree | 83f8697f4ed89e530ed499e4ecc8974141fa1c68 /chapter05/dejagnu.xml | |
parent | 90a48977b4cb628a96905e9583019d3ed5a9327f (diff) |
HEAD: Retaged the SBUs/disk-usage sections, the lists of options and the contents sections in chapter05.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3600 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/dejagnu.xml')
-rw-r--r-- | chapter05/dejagnu.xml | 44 |
1 files changed, 28 insertions, 16 deletions
diff --git a/chapter05/dejagnu.xml b/chapter05/dejagnu.xml index 9a526f212..044374f8a 100644 --- a/chapter05/dejagnu.xml +++ b/chapter05/dejagnu.xml @@ -3,23 +3,29 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-tools-dejagnu" xreflabel="DejaGnu"> +<sect1 id="ch-tools-dejagnu" xreflabel="DejaGnu" role="wrap"> <title>DejaGnu-&dejagnu-version;</title> <?dbhtml filename="dejagnu.html"?> <indexterm zone="ch-tools-dejagnu"><primary sortas="a-DejaGnu">DejaGnu</primary></indexterm> +<sect2 role="package"><title/> <para>The DejaGnu package contains a framework for testing other programs.</para> -<screen>&buildtime; 0.1 SBU -&diskspace; 8.6 MB</screen> - -<para>For its installation Dejagnu depends on: Bash, Binutils, Coreutils, Diffutils, -GCC, Glibc, Grep, Make, Sed.</para> - - +<segmentedlist> +<segtitle>&buildtime;</segtitle> +<segtitle>&diskspace;</segtitle> +<seglistitem><seg>0.1 SBU</seg><seg>8.6 MB</seg></seglistitem> +</segmentedlist> + +<segmentedlist> +<segtitle>Dejagnu installation depends on</segtitle> +<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, +GCC, Glibc, Grep, Make, Sed</seg></seglistitem> +</segmentedlist> +</sect2> -<sect2> +<sect2 role="installation"> <title>Installation of DejaGnu</title> <para>Prepare DejaGnu for compilation:</para> @@ -33,18 +39,24 @@ GCC, Glibc, Grep, Make, Sed.</para> </sect2> -<sect2 id="contents-dejagnu"><title>Contents of DejaGnu</title> - -<para><emphasis>Installed program</emphasis>: runtest</para> - -</sect2> +<sect2 id="contents-dejagnu" role="content"><title>Contents of DejaGnu</title> +<segmentedlist> +<segtitle>Installed program</segtitle> +<seglistitem><seg>runtest</seg></seglistitem> +</segmentedlist> -<sect2><title>Short description</title> +<variablelist><title>Short description</title> +<varlistentry> +<term id="runtest"><command>rutest</command></term> +<listitem> <indexterm zone="ch-tools-dejagnu runtest"><primary sortas="b-runtest">runtest</primary></indexterm> -<para id="runtest"><command>runtest</command> is the wrapper script that finds the proper +<para>is the wrapper script that finds the proper expect shell and then runs DejaGnu.</para> +</listitem> +</varlistentry> +</variablelist> </sect2> |