diff options
Diffstat (limited to 'chapter07/udev.xml')
-rw-r--r-- | chapter07/udev.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/udev.xml b/chapter07/udev.xml index 33d10c17d..1d65a221f 100644 --- a/chapter07/udev.xml +++ b/chapter07/udev.xml @@ -132,7 +132,7 @@ <sect3> <title>Device Node Creation</title> - <para>As of Udev-&udev-version;, <command>udevd</command> no longer + <para>In recent version of udev, <command>udevd</command> no longer creates device files in <filename class="directory">/dev</filename>. Instead, this must be handled in the kernel, by the <systemitem class="filesystem">devtmpfs</systemitem> filesystem. Any driver that |