diff options
-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/"> |