diff options
author | Kay Sievers <kay@vrfy.org> | 2015-06-30 19:54:37 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2015-06-30 19:57:40 +0200 |
commit | f2b8052fb648b788936dd3e85be6a9aca90fbb2f (patch) | |
tree | c86759d268c40b40e0264f5c5fc417ab26b57978 /man | |
parent | 94f568316080a3c28f5c03bc8a39fc4281af0975 (diff) |
udev: remove WAIT_FOR key
This facility was never a proper solution, but only papered over
real bugs in the kernel. There are no known sysfs "timing bugs"
since a long time.
Diffstat (limited to 'man')
-rw-r--r-- | man/udev.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/man/udev.xml b/man/udev.xml index 4c2e13ee7b..2e1655bf55 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -522,15 +522,6 @@ </varlistentry> <varlistentry> - <term><varname>WAIT_FOR</varname></term> - <listitem> - <para>Wait for a file to become available or until a timeout of - 10 seconds expires. The path is relative to the sysfs device; - if no path is specified, this waits for an attribute to appear.</para> - </listitem> - </varlistentry> - - <varlistentry> <term><varname>OPTIONS</varname></term> <listitem> <para>Rule and device options:</para> |