git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7934 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
@@ -39,6 +39,11 @@
<listitem>
<para>2007-02-23</para>
<itemizedlist>
+ <listitem>
+ <para>[dnicholson] - Dropped the -D switch from the Udev
+ documentation install command since it is already created by
+ udev-config. Reported by Chris Staub.</para>
+ </listitem>
<para>[dnicholson] - Corrected the text about Udev not installing
any configuration files. Reported by Chris Staub.</para>
@@ -122,7 +122,7 @@ make install</userinput></screen>
rules:</para>
<screen><userinput>cd ..
-install -m644 -D -v docs/writing_udev_rules/index.html \
+install -m644 -v docs/writing_udev_rules/index.html \
/usr/share/doc/udev-&udev-version;/index.html</userinput></screen>
</sect2>