Changeset cfb8eea for chapter08


Ignore:
Timestamp:
07/22/2021 03:45:08 AM (3 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
ml-11.0, multilib
Children:
f18f2d6
Parents:
118b207 (diff), 4eee9cc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

Location:
chapter08
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter08/dejagnu.xml

    r118b207 rcfb8eea  
    66]>
    77
    8 <sect1 id="ch-tools-dejagnu" role="wrap">
     8<sect1 id="ch-system-dejagnu" role="wrap">
    99  <?dbhtml filename="dejagnu.html"?>
    1010
     
    1717  <title>DejaGNU-&dejagnu-version;</title>
    1818
    19   <indexterm zone="ch-tools-dejagnu">
     19  <indexterm zone="ch-system-dejagnu">
    2020    <primary sortas="a-DejaGNU">DejaGNU</primary>
    2121  </indexterm>
     
    8989          <para>A wrapper script that locates the proper
    9090          <command>expect</command> shell and then runs DejaGNU</para>
    91           <indexterm zone="ch-tools-dejagnu runtest">
     91          <indexterm zone="ch-system-dejagnu runtest">
    9292            <primary sortas="b-runtest">runtest</primary>
    9393          </indexterm>
  • chapter08/expect.xml

    r118b207 rcfb8eea  
    66]>
    77
    8 <sect1 id="ch-tools-expect" role="wrap">
     8<sect1 id="ch-system-expect" role="wrap">
    99  <?dbhtml filename="expect.html"?>
    1010
     
    1717  <title>Expect-&expect-version;</title>
    1818
    19   <indexterm zone="ch-tools-expect">
     19  <indexterm zone="ch-system-expect">
    2020    <primary sortas="a-Expect">Expect</primary>
    2121  </indexterm>
     
    117117          <para>Communicates with other interactive programs according
    118118          to a script</para>
    119           <indexterm zone="ch-tools-expect expect">
     119          <indexterm zone="ch-system-expect expect">
    120120            <primary sortas="b-expect">expect</primary>
    121121          </indexterm>
     
    128128          <para>Contains functions that allow Expect to be used as a Tcl
    129129          extension or to be used directly from C or C++ (without Tcl)</para>
    130           <indexterm zone="ch-tools-expect libexpect">
     130          <indexterm zone="ch-system-expect libexpect">
    131131            <primary sortas="c-libexpect-&expect-lib-version;">libexpect-&expect-lib-version;</primary>
    132132          </indexterm>
  • chapter08/glibc.xml

    r118b207 rcfb8eea  
    6565<screen><userinput remap="pre">mkdir -v build
    6666cd       build</userinput></screen>
     67
     68    <para>Ensure that the <command>ldconfig</command> and <command>sln</command>
     69    utilites are installed into
     70    <filename class="directory">/usr/sbin</filename>:</para>
     71
     72<screen><userinput remap="pre">echo "rootsbindir=/usr/sbin" &gt; configparms</userinput></screen>
    6773
    6874    <para>Prepare Glibc for compilation:</para>
  • chapter08/tcl.xml

    r118b207 rcfb8eea  
    88]>
    99
    10 <sect1 id="ch-tools-tcl" role="wrap">
     10<sect1 id="ch-system-tcl" role="wrap">
    1111  <?dbhtml filename="tcl.html"?>
    1212
     
    1919  <title>Tcl-&tcl-version;</title>
    2020
    21   <indexterm zone="ch-tools-tcl">
     21  <indexterm zone="ch-system-tcl">
    2222    <primary sortas="a-Tcl">Tcl</primary>
    2323  </indexterm>
     
    173173        <listitem>
    174174          <para>The Tcl command shell</para>
    175           <indexterm zone="ch-tools-tcl tclsh&tcl-major-version;">
     175          <indexterm zone="ch-system-tcl tclsh&tcl-major-version;">
    176176            <primary sortas="b-tclsh&tcl-major-version;">tclsh&tcl-major-version;</primary>
    177177          </indexterm>
     
    183183        <listitem>
    184184          <para>A link to tclsh&tcl-major-version;</para>
    185           <indexterm zone="ch-tools-tcl tclsh">
     185          <indexterm zone="ch-system-tcl tclsh">
    186186            <primary sortas="b-tclsh">tclsh</primary>
    187187          </indexterm>
     
    193193        <listitem>
    194194          <para>The Tcl library</para>
    195           <indexterm zone="ch-tools-tcl libtcl&tcl-major-version;.so">
     195          <indexterm zone="ch-system-tcl libtcl&tcl-major-version;.so">
    196196            <primary sortas="c-libtcl&tcl-major-version;.so">libtcl&tcl-major-version;.so</primary>
    197197          </indexterm>
     
    203203        <listitem>
    204204          <para>The Tcl Stub library</para>
    205           <indexterm zone="ch-tools-tcl libtclstub&tcl-major-version;.a">
     205          <indexterm zone="ch-system-tcl libtclstub&tcl-major-version;.a">
    206206            <primary sortas="c-libtclstub&tcl-major-version;.a">libtclstub&tcl-major-version;.a</primary>
    207207          </indexterm>
Note: See TracChangeset for help on using the changeset viewer.