Changeset 630308d for chapter05


Ignore:
Timestamp:
03/31/2021 10:41:38 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
1ebfd6e4
Parents:
0dfc2f5
git-author:
Thomas Trepl <thomas@…> (03/31/2020 10:25:23 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:38 AM)
Message:

MultiLib: Merge changes from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11801 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter05
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter05/dejagnu.xml

    r0dfc2f5 r630308d  
    2424    <title/>
    2525
    26     <para>The DejaGNU package contains a framework for testing other
    27     programs.</para>
     26    <para>The <application>DejaGnu</application> package contains a framework for running test
     27      suites on GNU tools. It is written in <command>expect</command>, which itself
     28      uses <application>Tcl</application> (Tool Command Language).</para>
    2829
    2930    <segmentedlist>
  • chapter05/expect.xml

    r0dfc2f5 r630308d  
    2424    <title/>
    2525
    26     <para>The Expect package contains a program for carrying out scripted
    27     dialogues with other interactive programs.</para>
     26    <para>The <application>Expect</application> package contains tools for
     27    automating, via scripted dialogues, interactive applications such as
     28    <command>telnet</command>, <command>ftp</command>,
     29    <command>passwd</command>, <command>fsck</command>,
     30    <command>rlogin</command>, and <command>tip</command>.
     31    <application>Expect</application> is also useful for testing these same
     32    applications as well as easing all sorts of tasks that are prohibitively
     33    difficult with anything else. The <application>DejaGnu</application>
     34    framework is written in <application>Expect</application>.</para>
    2835
    2936    <segmentedlist>
  • chapter05/gcc-pass1.xml

    r0dfc2f5 r630308d  
    9797    First we copy the files <filename>gcc/config/linux.h</filename>,
    9898    <filename>gcc/config/i386/linux.h</filename>, and
    99     <filename>gcc/config/i368/linux64.h</filename> to a file of
     99    <filename>gcc/config/i386/linux64.h</filename> to a file of
    100100    the same name but with an added suffix of <quote>.orig</quote>. Then the
    101101    first sed expression prepends <quote>/tools</quote> to every instance of
  • chapter05/tcl.xml

    r0dfc2f5 r630308d  
    2424    <title/>
    2525
    26     <para>The Tcl package contains the Tool Command Language.</para>
     26    <para>The <application>Tcl</application> package contains the Tool Command Language,
     27    a robust general-purpose scripting language. The <application>Expect</application> package
     28    is written in the <application>Tcl</application> language.</para>
    2729
    2830    <segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.