Changeset d55da0a


Ignore:
Timestamp:
10/05/2008 06:17:30 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
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.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, 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:
1100dfc
Parents:
85ca28c
Message:

Fixed validation error

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/tcl.xml

    r85ca28c rd55da0a  
    8282    <para>Now make a necessary symbolic link:</para>
    8383
    84 <screen><userinput remap="install">ln -sv tclsh&tcl-major-version; /tools/bin/tclsh</userinput></screen>
     84<screen><userinput remap="install">ln -sv tclsh8.5 /tools/bin/tclsh</userinput></screen>
    8585
    8686  </sect2>
     
    9494
    9595      <seglistitem>
    96         <seg>tclsh (link to tclsh&tcl-major-version;) and tclsh&tcl-major-version;</seg>
    97         <seg>libtcl&tcl-major-version;.so</seg>
     96        <seg>tclsh (link to tclsh8.5) and tclsh8.5</seg>
     97        <seg>libtcl8.5.so</seg>
    9898      </seglistitem>
    9999    </segmentedlist>
     
    104104      <?dbhtml list-presentation="table"?>
    105105
    106       <varlistentry id="tclsh&tcl-major-version;">
    107         <term><command>tclsh&tcl-major-version;</command></term>
     106      <varlistentry id="tclsh8.5">
     107        <term><command>tclsh8.5</command></term>
    108108        <listitem>
    109109          <para>The Tcl command shell</para>
    110           <indexterm zone="ch-tools-tcl tclsh&tcl-major-version;">
    111             <primary sortas="b-tclsh&tcl-major-version;">tclsh&tcl-major-version;</primary>
     110          <indexterm zone="ch-tools-tcl tclsh8.5">
     111            <primary sortas="b-tclsh8.5">8.5</primary>
    112112          </indexterm>
    113113        </listitem>
     
    117117        <term><command>tclsh</command></term>
    118118        <listitem>
    119           <para>A link to tclsh&tcl-major-version;</para>
     119          <para>A link to tclsh8.5</para>
    120120          <indexterm zone="ch-tools-tcl tclsh">
    121121            <primary sortas="b-tclsh">tclsh</primary>
     
    124124      </varlistentry>
    125125
    126       <varlistentry id="libtcl&tcl-major-version;.so">
    127         <term><filename class="libraryfile">libtcl&tcl-major-version;.so</filename></term>
     126      <varlistentry id="libtcl8.5.so">
     127        <term><filename class="libraryfile">libtcl8.5.so</filename></term>
    128128        <listitem>
    129129          <para>The Tcl library</para>
    130           <indexterm zone="ch-tools-tcl libtcl&tcl-major-version;.so">
    131             <primary sortas="c-libtcl&tcl-major-version;.so">libtcl&tcl-major-version;.so</primary>
     130          <indexterm zone="ch-tools-tcl libtcl8.5.so">
     131            <primary sortas="c-libtcl8.5.so">libtcl8.5.so</primary>
    132132          </indexterm>
    133133        </listitem>
Note: See TracChangeset for help on using the changeset viewer.