Changeset 2ea93a3


Ignore:
Timestamp:
09/17/2003 10:00:37 PM (21 years ago)
Author:
Alex Gronenwoud <alex@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_0, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
1e12b0b2
Parents:
783c041
Message:

Normalizing the spelling of 'Tcl' and 'DejaGnu'.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2835 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • appendixa/vim-desc.xml

    r783c041 r2ea93a3  
    4343
    4444<sect4><title>tcltags</title>
    45 <para>tcltags generates a tag file for TCL code.</para></sect4>
     45<para>tcltags generates a tag file for Tcl code.</para></sect4>
    4646
    4747<sect4><title>vi</title>
  • chapter01/changelog.xml

    r783c041 r2ea93a3  
    194194
    195195<listitem><para>September 9th, 2003 [jeremy]: Added some notes regarding failed
    196 tests to Glibc and Dejagnu.</para></listitem>
     196tests to Glibc and DejaGnu.</para></listitem>
    197197
    198198<listitem><para>September 9th, 2003 [jeremy]: Glibc - Added commands to both
     
    390390Pass 2: integrated some text from the pure-lfs hint.</para></listitem>
    391391
    392 <listitem><para>August 8th, 2003 [alex]: Chapter 05 - Tcl, Expect, and DejaGNU:
     392<listitem><para>August 8th, 2003 [alex]: Chapter 05 - Tcl, Expect, and DejaGnu:
    393393added some text.</para></listitem>
    394394
     
    479479system components" patch to polish the text. Closes bug #510.</para></listitem>
    480480
    481 <listitem><para>May 13th, 2003 [gerard]: Chapter 06: Removed TCL, Expect
    482 and DejaGNU. Nothing uses this once past GCC in chapter 6. The versions
     481<listitem><para>May 13th, 2003 [gerard]: Chapter 06: Removed Tcl, Expect
     482and DejaGnu. Nothing uses this once past GCC in chapter 6. The versions
    483483in /stage1/bin do the job just fine.</para></listitem>
    484484
  • chapter04/chapter04.xml

    r783c041 r2ea93a3  
    6969<ulink url="http://freshmeat.net/projects/coreutils/"/>
    7070
    71 DejaGNU (&dejagnu-version;) - &dejagnu-size;:
     71DejaGnu (&dejagnu-version;) - &dejagnu-size;:
    7272<ulink url="http://freshmeat.net/projects/dejagnu/"/>
    7373
     
    201201<ulink url="ftp://alpha.gnu.org/gnu/tar/"/>
    202202
    203 TCL (&tcl-version;) - &tcl-size;:
     203Tcl (&tcl-version;) - &tcl-size;:
    204204<ulink url="http://freshmeat.net/projects/tcltk/"/>
    205205
  • chapter05/dejagnu-inst.xml

    r783c041 r2ea93a3  
    22
    33<sect2>
    4 <title>Installation of DejaGNU</title>
     4<title>Installation of DejaGnu</title>
    55
    6 <para>Prepare DejaGNU to be compiled:</para>
     6<para>Prepare DejaGnu to be compiled:</para>
    77
    88<para><screen><userinput>./configure --prefix=/tools</userinput></screen></para>
  • chapter05/dejagnu.xml

    r783c041 r2ea93a3  
    11<sect1 id="ch05-dejagnu">
    2 <title>Installing DejaGNU-&dejagnu-version;</title>
     2<title>Installing DejaGnu-&dejagnu-version;</title>
    33<?dbhtml filename="dejagnu.html" dir="chapter05"?>
    44
  • chapter05/gcc-pass2-inst.xml

    r783c041 r2ea93a3  
    55
    66<para>The tools required to test GCC and Binutils are installed now
    7 (Expect, TCL and DejaGNU). We can continue on rebuilding GCC and Binutils,
     7(Expect, Tcl and DejaGnu). We can continue on rebuilding GCC and Binutils,
    88link them against the new Glibc, and test them properly. One thing to note,
    99however, is that these test suites are highly dependent on the features
  • chapter05/tcl-inst.xml

    r783c041 r2ea93a3  
    22
    33<sect2>
    4 <title>Installation of TCL</title>
     4<title>Installation of Tcl</title>
    55
    66<para>This package and the next two are only installed to be able to run the
     
    1414./configure --prefix=/tools</userinput></screen></para>
    1515
    16 <para>Build, the package:</para>
     16<para>Build the package:</para>
    1717
    1818<para><screen><userinput>make</userinput></screen></para>
  • chapter05/tcl.xml

    r783c041 r2ea93a3  
    11<sect1 id="ch05-tcl">
    2 <title>Installing TCL-&tcl-version;</title>
     2<title>Installing Tcl-&tcl-version;</title>
    33<?dbhtml filename="tcl.html" dir="chapter05"?>
    44
  • chapter06/revisedchroot.xml

    r783c041 r2ea93a3  
    99need to use anything from the <filename
    1010class="directory">/tools</filename> directory anymore, so it may be deleted.
    11 However, since the TCL, Expect, and DejaGNU packages only exist here, you
    12 may want to reinstall them after removing the /tools directory.</para>
     11However, since the Tcl, Expect, and DejaGnu packages only exist here, you
     12may want to reinstall them after removing that directory.</para>
    1313
    1414<para><screen><userinput>chroot $LFS /usr/bin/env -i \
Note: See TracChangeset for help on using the changeset viewer.