Selaa lähdekoodia

* Correct the instructions for invoking udev's testsuite

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4706 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 20 vuotta sitten
vanhempi
commit
5f6ad4ed7a
3 muutettua tiedostoa jossa 6 lisäystä ja 3 poistoa
  1. 3 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/udev.xml
  3. 2 2
      general.ent

+ 3 - 0
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>
 

+ 1 - 1
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>
 

+ 2 - 2
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/">