diff options
author | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-07 14:32:37 +0000 |
---|---|---|
committer | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-07 14:32:37 +0000 |
commit | cb983a87d420b3be9a2749929b600bde8eeddb00 (patch) | |
tree | c7aef7c6cc5635ae023db3958398496f6b0b0175 /chapter05/dejagnu.xml | |
parent | 4661335e24a02cfbeb4450ec5bc90b45b043335f (diff) |
Globally changed DejaGnu to DejaGNU
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3759 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/dejagnu.xml')
-rw-r--r-- | chapter05/dejagnu.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/chapter05/dejagnu.xml b/chapter05/dejagnu.xml index 969eb36db..95b6641d3 100644 --- a/chapter05/dejagnu.xml +++ b/chapter05/dejagnu.xml @@ -3,14 +3,14 @@ <!ENTITY % general-entities SYSTEM "../general.ent"> %general-entities; ]> -<sect1 id="ch-tools-dejagnu" xreflabel="DejaGnu" role="wrap"> -<title>DejaGnu-&dejagnu-version;</title> +<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> +<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> +<para>The DejaGNU package contains a framework for testing other programs.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -19,16 +19,16 @@ </segmentedlist> <segmentedlist> -<segtitle>Dejagnu installation depends on</segtitle> +<segtitle>DejaGNU installation depends on</segtitle> <seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, GCC, Glibc, Grep, Make, Sed</seg></seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> -<title>Installation of DejaGnu</title> +<title>Installation of DejaGNU</title> -<para>Prepare DejaGnu for compilation:</para> +<para>Prepare DejaGNU for compilation:</para> <screen><userinput>./configure --prefix=/tools</userinput></screen> @@ -39,7 +39,7 @@ GCC, Glibc, Grep, Make, Sed</seg></seglistitem> </sect2> -<sect2 id="contents-dejagnu" role="content"><title>Contents of DejaGnu</title> +<sect2 id="contents-dejagnu" role="content"><title>Contents of DejaGNU</title> <segmentedlist> <segtitle>Installed program</segtitle> @@ -53,7 +53,7 @@ GCC, Glibc, Grep, Make, Sed</seg></seglistitem> <listitem> <indexterm zone="ch-tools-dejagnu runtest"><primary sortas="b-runtest">runtest</primary></indexterm> <para>is the wrapper script that finds the proper -<command>expect</command> shell and then runs DejaGnu.</para> +<command>expect</command> shell and then runs DejaGNU.</para> </listitem> </varlistentry> </variablelist> |