Wrapping fixes

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3734 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Zack Winkles 2004-06-01 17:49:37 +00:00
parent f18c5aa425
commit 17fadf75d3
5 changed files with 8 additions and 8 deletions

View File

@ -102,6 +102,9 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
<listitem><para>June 1st, 2004 [winkie]: Inconsequential wrapping fixes.</para>
</listitem>
<listitem><para>May 29, 2004 [alexander]: Mentioned the hotplug+udev+modules
problem. Removed the effectively dead link to the Kernel
HOWTO.</para></listitem>

View File

@ -62,8 +62,7 @@ cd ../gcc-build</userinput></screen>
<screen><userinput>../gcc-&gcc-version;/configure --prefix=/usr \
--libexecdir=/usr/lib --enable-shared --enable-threads=posix \
--enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++
</userinput></screen>
--enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++</userinput></screen>
<para>Compile the package:</para>

View File

@ -49,8 +49,7 @@ capabilities to hotplug. It is not well tested. If you chose to apply it,
run the following command:
</para>
<screen><userinput>patch -Np1 -i ../hotplug-&hotplug-version;-isapnp-2.patch
</userinput></screen>
<screen><userinput>patch -Np1 -i ../hotplug-&hotplug-version;-isapnp-2.patch</userinput></screen>
<para>And finally install the hotplug package:</para>

View File

@ -27,8 +27,7 @@ being owned by user root, group root, and only accessible to root. As you
can easily imagine, this isn't ideal. Give it a much better configuration
by applying the following patch:</para>
<screen><userinput>patch -Np1 -i ../udev-&udev-version;-config-2.patch
</userinput></screen>
<screen><userinput>patch -Np1 -i ../udev-&udev-version;-config-2.patch</userinput></screen>
<para>Now compile Udev:</para>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "CVS-20040529">
<!ENTITY releasedate "May 29, 2004">
<!ENTITY version "CVS-20040601">
<!ENTITY releasedate "June, 2004">
<!ENTITY milestone "6.0">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">