diff options
author | Kay Sievers <kay@vrfy.org> | 2012-04-08 16:50:16 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-04-08 16:50:16 +0200 |
commit | 07cd4fc16806783d3b6b3008db222ac6a024805c (patch) | |
tree | e07472d1f3f18a3e070c5b52c18d146669ee3bd6 /man/udev.xml | |
parent | 58db57fedfe5787ed36c3098787a7cdbddc80bcb (diff) |
udev: remove support for /lib/udev/devices/; tmpfiles should be used
Diffstat (limited to 'man/udev.xml')
-rw-r--r-- | man/udev.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/man/udev.xml b/man/udev.xml index 168b1dc150..101286699f 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -513,10 +513,9 @@ <term><option>static_node=</option></term> <listitem> <para>Apply the permissions specified in this rule to the static device node with - the specified name. Static device nodes might be provided by kernel modules - or copied from <filename>/usr/lib/udev/devices</filename>. These nodes might not have - a corresponding kernel device at the time udevd is started; they can trigger - automatic kernel module loading.</para> + the specified name. Static device node creation can be requested by kernel modules. + These nodes might not have a corresponding kernel device at the time udevd is + started; they can trigger automatic kernel module loading.</para> </listitem> </varlistentry> <varlistentry> |