diff options
author | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-01 17:49:37 +0000 |
---|---|---|
committer | Zack Winkles <winkie@linuxfromscratch.org> | 2004-06-01 17:49:37 +0000 |
commit | 17fadf75d3b59884986ee65afcc546fb55bdc58e (patch) | |
tree | 6a6fbc45a4a218f8cdabf79df24f2bb83efc2744 | |
parent | f18c5aa425995f359f753f36f6a5bb9b0fa3c80f (diff) |
Wrapping fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3734 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/gcc.xml | 3 | ||||
-rw-r--r-- | chapter06/hotplug.xml | 3 | ||||
-rw-r--r-- | chapter06/udev.xml | 3 | ||||
-rw-r--r-- | general.ent | 4 |
5 files changed, 8 insertions, 8 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b235f02ea..a6c70a988 100644 --- a/chapter01/changelog.xml +++ b/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> diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index fdae5f665..669bf3eaa 100644 --- a/chapter06/gcc.xml +++ b/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> diff --git a/chapter06/hotplug.xml b/chapter06/hotplug.xml index 498666a0f..ed40b08b1 100644 --- a/chapter06/hotplug.xml +++ b/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> diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 4b9bdd42a..2aac961b0 100644 --- a/chapter06/udev.xml +++ b/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> diff --git a/general.ent b/general.ent index a26c05c92..723763d12 100644 --- a/general.ent +++ b/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/"> |