Changeset ff104774


Ignore:
Timestamp:
08/10/2008 08:33:05 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
6.3, 6.3-rc3
Children:
2d66de8
Parents:
8d4a3c6
Message:

Removed extraneous spaces from the XML

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/6.3/BOOK@7519 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r8d4a3c6 rff104774  
    44-->
    55
    6 <!ENTITY day          "12">                   <!-- Always 2 digits -->
    7 <!ENTITY month        "07">                   <!-- Always 2 digits -->
     6<!ENTITY day          "10">                   <!-- Always 2 digits -->
     7<!ENTITY month        "08">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2008">
    99<!ENTITY version      "6.3-rc2">
    10 <!ENTITY releasedate  "July &day;th, &year;">
     10<!ENTITY releasedate  "August &day;th, &year;">
    1111<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1212<!ENTITY blfs-version "6.3-rc2">                  <!-- svn|[release #] -->
  • general/prog/jdk.xml

    r8d4a3c6 rff104774  
    4242    <note><para>Sun has recently decided not to provide JRL sources for
    4343    the latest update versions of the JDK. Sun is actively working on a GPL'd
    44     version of the JDK, titled 
     44    version of the JDK, titled
    4545    <ulink url="http://openjdk.java.net/projects/jdk6/">OpenJDK</ulink>.
    4646    This new JDK will be licensed under the
  • introduction/welcome/changelog.xml

    r8d4a3c6 rff104774  
    107107      <itemizedlist>
    108108        <listitem>
    109           <para>[dj] - Corrected text surrounding the sample commands 
     109          <para>[dj] - Corrected text surrounding the sample commands
    110110          Xorg installation.</para>
    111111        </listitem>
  • x/installing/xorg7.xml

    r8d4a3c6 rff104774  
    8787  <para>Additionally, because of the large number of repetitive commands,
    8888  you are encouraged to partially automate the build.  The commands below
    89   (or similar) can be entered at the command line to compile each group of 
     89  (or similar) can be entered at the command line to compile each group of
    9090  packages (proto, utils, libs, apps, drivers).  The wiki links on each
    9191  group's page contain specific commands to compile the entire group of
Note: See TracChangeset for help on using the changeset viewer.