Changeset 17fadf7


Ignore:
Timestamp:
06/01/2004 05:49:37 PM (20 years ago)
Author:
Zack Winkles <winkie@…>
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.0, 6.1, 6.1.1, 6.3, 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:
fd37ef0
Parents:
f18c5aa
Message:

Wrapping fixes

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rf18c5aa r17fadf7  
    103103</listitem>
    104104
     105<listitem><para>June 1st, 2004 [winkie]: Inconsequential wrapping fixes.</para>
     106</listitem>
     107
    105108<listitem><para>May 29, 2004 [alexander]: Mentioned the hotplug+udev+modules
    106109problem. Removed the effectively dead link to the Kernel
  • chapter06/gcc.xml

    rf18c5aa r17fadf7  
    6363<screen><userinput>../gcc-&gcc-version;/configure --prefix=/usr \
    6464    --libexecdir=/usr/lib --enable-shared --enable-threads=posix \
    65     --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++
    66 </userinput></screen>
     65    --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++</userinput></screen>
    6766
    6867<para>Compile the package:</para>
  • chapter06/hotplug.xml

    rf18c5aa r17fadf7  
    5050</para>
    5151
    52 <screen><userinput>patch -Np1 -i ../hotplug-&hotplug-version;-isapnp-2.patch
    53 </userinput></screen>
     52<screen><userinput>patch -Np1 -i ../hotplug-&hotplug-version;-isapnp-2.patch</userinput></screen>
    5453
    5554
  • chapter06/udev.xml

    rf18c5aa r17fadf7  
    2828by applying the following patch:</para>
    2929
    30 <screen><userinput>patch -Np1 -i ../udev-&udev-version;-config-2.patch
    31 </userinput></screen>
     30<screen><userinput>patch -Np1 -i ../udev-&udev-version;-config-2.patch</userinput></screen>
    3231
    3332<para>Now compile Udev:</para>
  • general.ent

    rf18c5aa r17fadf7  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "CVS-20040529">
    3 <!ENTITY releasedate "May 29, 2004">
     2<!ENTITY version "CVS-20040601">
     3<!ENTITY releasedate "June, 2004">
    44<!ENTITY milestone "6.0">
    55
Note: See TracChangeset for help on using the changeset viewer.