diff options
author | Alexander E. Patrakov <alexander@linuxfromscratch.org> | 2004-05-23 15:17:47 +0000 |
---|---|---|
committer | Alexander E. Patrakov <alexander@linuxfromscratch.org> | 2004-05-23 15:17:47 +0000 |
commit | a4dadad2acf423ce8bf8ab6f4591b66eec7cc147 (patch) | |
tree | 44914db0047bb66ead22181a49df18cdb8a87f0a | |
parent | d0eda1b37c0a281a483836e930e9675388485949 (diff) |
Fixed XML validation error
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3686 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/hotplug.xml | 3 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 76cdce700..26a7a8b1a 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>May 23th, 2004 [alexander]: Fixed XML validation +error.</para></listitem> + <listitem><para>May 20th, 2004 [winkie]: Moved group <quote>usb</quote> to GID 14, instead of 15.</para></listitem> diff --git a/chapter06/hotplug.xml b/chapter06/hotplug.xml index e1d544798..a678b4da2 100644 --- a/chapter06/hotplug.xml +++ b/chapter06/hotplug.xml @@ -86,8 +86,6 @@ corresponding modules themselves.</para> <sect2 id="contents-hotplug" role="content"><title>Contents of Hotplug</title> -<para></para> -</sect2> <variablelist> <varlistentry> @@ -185,4 +183,5 @@ that are interested in receiving all hotplug events. E.g., </listitem> </varlistentry> </variablelist> +</sect2> </sect1> diff --git a/general.ent b/general.ent index 739e2232d..09d2eaa35 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "CVS-20040520"> -<!ENTITY releasedate "May 20, 2004"> +<!ENTITY version "CVS-20040523"> +<!ENTITY releasedate "May 23, 2004"> <!ENTITY milestone "6.1"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> |