diff options
Diffstat (limited to 'udev/udev.xml')
-rw-r--r-- | udev/udev.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/udev/udev.xml b/udev/udev.xml index dce953dbce..d3fa76a9d8 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -426,7 +426,8 @@ <varlistentry> <term><option>WAIT_FOR</option></term> <listitem> - <para>Wait for a file to become available.</para> + <para>Wait for a file to become available or until a 10 + seconds timeout expires.</para> </listitem> </varlistentry> @@ -461,7 +462,7 @@ <term><option>watch</option></term> <listitem> <para>Watch the device node with inotify, when closed after being opened for - writing, a change uevent will be synthesised.</para> + writing, a change uevent will be synthesised.</para> </listitem> </varlistentry> </variablelist> |