diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/udev.xml | 2 | ||||
-rw-r--r-- | general.ent | 4 |
3 files changed, 6 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6b85903eb..71a5ca156 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -81,6 +81,9 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>February 28, 2005 [matt]: Correct the instructions for +invoking udev's testsuite (Randy McMurchy)</para></listitem> + <listitem><para>February 27, 2005 [matt]: Correct the title of the readline patch in chapter 3. Fixes bug 1049</para></listitem> diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 3282f5d14..bb88b5200 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -41,7 +41,7 @@ devices nodes are to be created.</para></listitem> </variablelist> <para>To test the results, issue: -<userinput>make check</userinput>.</para> +<userinput>make test</userinput>.</para> <para>Install the package:</para> diff --git a/general.ent b/general.ent index f69fccc7a..81af29ab7 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20050227"> -<!ENTITY releasedate "Febraury 27, 2005"> +<!ENTITY version "SVN-20050228"> +<!ENTITY releasedate "Febraury 28, 2005"> <!ENTITY milestone "6.1"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> |