Changeset f0332af for chapter05/tcl.xml


Ignore:
Timestamp:
03/04/2013 05:27:18 AM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 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, 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:
85a3aa3
Parents:
ea011f47
Message:

Fix tcl Contents section

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/tcl.xml

    rea011f47 rf0332af  
    101101
    102102      <seglistitem>
    103         <seg>tclsh (link to tclsh8.5) and tclsh8.5</seg>
    104         <seg>libtcl8.5.so, libtclstub8.5.a</seg>
     103        <seg>tclsh (link to tclsh&tcl-major-version;) and tclsh&tcl-major-version;</seg>
     104        <seg>libtcl&tcl-major-version;.so, libtclstub&tcl-major-version;.a</seg>
    105105      </seglistitem>
    106106    </segmentedlist>
     
    111111      <?dbhtml list-presentation="table"?>
    112112
    113       <varlistentry id="tclsh8.5">
    114         <term><command>tclsh8.5</command></term>
     113      <varlistentry id="tclsh&tcl-major-version;">
     114        <term><command>tclsh&tcl-major-version;</command></term>
    115115        <listitem>
    116116          <para>The Tcl command shell</para>
    117           <indexterm zone="ch-tools-tcl tclsh8.5">
    118             <primary sortas="b-tclsh8.5">tclsh8.5</primary>
     117          <indexterm zone="ch-tools-tcl tclsh&tcl-major-version;">
     118            <primary sortas="b-tclsh&tcl-major-version;">tclsh&tcl-major-version;</primary>
    119119          </indexterm>
    120120        </listitem>
     
    124124        <term><command>tclsh</command></term>
    125125        <listitem>
    126           <para>A link to tclsh8.5</para>
     126          <para>A link to tclsh&tcl-major-version;</para>
    127127          <indexterm zone="ch-tools-tcl tclsh">
    128128            <primary sortas="b-tclsh">tclsh</primary>
     
    131131      </varlistentry>
    132132
    133       <varlistentry id="libtcl8.5.so">
    134         <term><filename class="libraryfile">libtcl8.5.so</filename></term>
     133      <varlistentry id="libtcl&tcl-major-version;.so">
     134        <term><filename class="libraryfile">libtcl&tcl-major-version;.so</filename></term>
    135135        <listitem>
    136136          <para>The Tcl library</para>
    137           <indexterm zone="ch-tools-tcl libtcl8.5.so">
    138             <primary sortas="c-libtcl8.5.so">libtcl8.5.so</primary>
     137          <indexterm zone="ch-tools-tcl libtcl&tcl-major-version;.so">
     138            <primary sortas="c-libtcl&tcl-major-version;.so">libtcl&tcl-major-version;.so</primary>
    139139          </indexterm>
    140140        </listitem>
    141141      </varlistentry>
    142142
    143       <varlistentry id="libtclstub8.5.a">
    144         <term><filename class="libraryfile">libtclstub8.5.a</filename></term>
     143      <varlistentry id="libtclstub&tcl-major-version;.a">
     144        <term><filename class="libraryfile">libtclstub&tcl-major-version;.a</filename></term>
    145145        <listitem>
    146146          <para>The Tcl Stub library</para>
    147           <indexterm zone="ch-tools-tcl libtclstub8.5.a">
    148             <primary sortas="c-libtclstub8.5.a">libtclstub8.5.a</primary>
     147          <indexterm zone="ch-tools-tcl libtclstub&tcl-major-version;.a">
     148            <primary sortas="c-libtclstub&tcl-major-version;.a">libtclstub&tcl-major-version;.a</primary>
    149149          </indexterm>
    150150        </listitem>
Note: See TracChangeset for help on using the changeset viewer.