aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Kadzban <bryan@linuxfromscratch.org>2006-09-24 00:29:24 +0000
committerBryan Kadzban <bryan@linuxfromscratch.org>2006-09-24 00:29:24 +0000
commit9cb970842dd33b246cacbe832fa80b7cc4239683 (patch)
treec788bc81c35a4a6fce1c5d7713609d34a99a6f80
parentd0d8dc8f4c51b3b2b0bfe2ab233e7419e93250af (diff)
Fixed typo in udev instructions (extra/ --> extras/).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7802 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml11
-rw-r--r--chapter06/udev.xml2
-rw-r--r--general.ent4
3 files changed, 14 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index cc4930c4a..6e7ef2991 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,17 @@
</listitem>
-->
<listitem>
+ <para>2006-09-23</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bryan] - Fixed typo in udev-100 instructions (extra/
+ should be extras/). Thanks to Balazs Parkanyi for the
+ heads-up.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2006-09-22</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index ab4af0507..64301e619 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -54,7 +54,7 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
<para>Compile the package:</para>
<screen><userinput>make EXTRAS="extras/ata_id extras/cdrom_id extras/edd_id \
- extras/firmware extras/floppy extras/path_id extra/rule_generator \
+ extras/firmware extras/floppy extras/path_id extras/rule_generator \
extras/scsi_id extras/usb_id extras/volume_id"</userinput></screen>
<variablelist>
diff --git a/general.ent b/general.ent
index 52284f46a..0a7ca137e 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20060922">
-<!ENTITY releasedate "September 22, 2006">
+<!ENTITY version "SVN-20060923">
+<!ENTITY releasedate "September 23, 2006">
<!ENTITY milestone "6.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->