1
0
Эх сурвалжийг харах

Wrapping fixes

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3734 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Zack Winkles 21 жил өмнө
parent
commit
17fadf75d3

+ 3 - 0
chapter01/changelog.xml

@@ -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>

+ 1 - 2
chapter06/gcc.xml

@@ -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>
 

+ 1 - 2
chapter06/hotplug.xml

@@ -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>

+ 1 - 2
chapter06/udev.xml

@@ -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>
 

+ 2 - 2
general.ent

@@ -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/">