Changeset 4012

Show
Ignore:
Timestamp:
09/07/08 16:26:22 (3 months ago)
Author:
jciccone
Message:

More Text Updates, Updated the testsuites logs directory URL.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/general.ent

    r4003 r4012  
    3636<!ENTITY hints-root "http://hints.cross-lfs.org/"> 
    3737<!ENTITY livecd-root "&lfs-root;livecd/"> 
    38 <!ENTITY test-results "&clfs-wiki;clfs/build-logs/&generic-version;/"> 
     38<!ENTITY test-results "&clfs-root;testsuite-logs/&generic-version;/"> 
    3939<!ENTITY errata "&clfs-wiki;clfs/errata/&generic-version;/"> 
    4040 
  • trunk/BOOK/temp-system/common/coreutils.xml

    r3931 r4012  
    5050    <literal>touch</literal> program. If the target architecture cannot be 
    5151    executed by the host system, the build will fail. The following command 
    52     fixes this by giving the man page a newer timestamp then its corresponding source file:</para> 
     52    fixes this by giving the man page a newer timestamp than its corresponding 
     53    source file:</para> 
    5354 
    5455<screen os="m2"><userinput>touch man/touch.1</userinput></screen> 
  • trunk/BOOK/temp-system/common/texinfo.xml

    r3740 r4012  
    2323    <title>Installation of Texinfo</title> 
    2424 
    25     <para os="p1">Fixes a build error due to mbstate is not defined. 
    26     Apply the following patch to fix this:</para> 
     25    <para os="p1">The following patch fixes a build error due to mbstate 
     26    being undefined:</para> 
    2727 
    2828<screen os="p2"><userinput>patch -Np1 -i ../&texinfo-mbstate_fix-patch;</userinput></screen>