Changeset 4818ca8


Ignore:
Timestamp:
03/04/2013 08:40:34 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
b06a0085
Parents:
ab6f6bb6
Message:

Merge latest changes from trunk to systemd branch

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter05/tcl.xml

    rab6f6bb6 r4818ca8  
    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>
  • chapter06/gcc.xml

    rab6f6bb6 r4818ca8  
    217217
    218218<screen><computeroutput>#include &lt;...&gt; search starts here:
     219 /usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include
    219220 /usr/local/include
    220  /usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include
    221221 /usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/include-fixed
    222222 /usr/include</computeroutput></screen>
  • chapter06/inetutils.xml

    rab6f6bb6 r4818ca8  
    126126-->
    127127    <para>Move some programs so they are available if <filename
    128     class='directory'>/usr</filename> is not accessable:</para>
     128    class='directory'>/usr</filename> is not accessible:</para>
    129129
    130130<screen><userinput remap="install">mv -v /usr/bin/{hostname,ping,ping6,traceroute} /bin</userinput></screen>
  • chapter06/kbd.xml

    rab6f6bb6 r4818ca8  
    6060    manpage.</para>
    6161
    62 <screen><userinput remap="pre">sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/g' configure &amp;&amp;
     62<screen><userinput remap="pre">sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/g' configure
    6363sed -i 's/resizecons.8 //' man/man8/Makefile.in &amp;&amp;</userinput></screen>
    6464
  • stylesheets/lfs-xsl/nochunks.xsl

    rab6f6bb6 r4818ca8  
    7171           Removed a lot of unneeded code.
    7272           Skip empty titles.
    73            No label in preface (actualy, skip the hardcoded dot). -->
     73           No label in preface (actually, skip the hardcoded dot). -->
    7474    <!-- The original template is in {docbook-xsl}/xhtml/titlepage.templates.xsl -->
    7575  <xsl:template name="sect2.titlepage">
Note: See TracChangeset for help on using the changeset viewer.