diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/udev.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a350ab5c0..050351fc5 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ <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> + <listitem> <para>[dnicholson] - Corrected the text about Udev not installing any configuration files. Reported by Chris Staub.</para> </listitem> diff --git a/chapter06/udev.xml b/chapter06/udev.xml index a8d9b44b8..d30971d4c 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -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> |