aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml4
-rw-r--r--chapter06/udev.xml4
2 files changed, 6 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 77e8515e4..a350ab5c0 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,10 @@
<para>2007-02-23</para>
<itemizedlist>
<listitem>
+ <para>[dnicholson] - Corrected the text about Udev not installing
+ any configuration files. Reported by Chris Staub.</para>
+ </listitem>
+ <listitem>
<para>[dnicholson] - Removed the text suggesting that you can edit
the specs file by hand in the toolchain adjustment since it's only
generated if you run the previous commands. Reported by Chris
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index ff1326184..a8d9b44b8 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -97,8 +97,8 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
</variablelist>
- <para>Udev has to be configured in order to work properly, as it does
- not install any configuration files by default. First install the
+ <para>Udev has to be configured in order to work properly, as it only
+ installs a few configuration files by default. First install the
commonly-used rules files provided by Udev:</para>
<screen><userinput>cp -v etc/udev/rules.d/[0-9]* /etc/udev/rules.d/</userinput></screen>