aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-02-28 19:39:47 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-02-28 19:39:47 +0000
commit5f6ad4ed7a3151cd13b505984e47f92e1d80422a (patch)
treeb207b4e0c2f21a7c9bedb77505e06003ea3f2d8d
parent38810d5151264ba81ccd9fc14d61029cfa2a14ab (diff)
* Correct the instructions for invoking udev's testsuite
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter06/udev.xml2
-rw-r--r--general.ent4
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/">