diff options
author | Marco d'Itri <md@linux.it> | 2010-04-19 12:46:07 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-04-19 12:47:02 +0200 |
commit | db123fe9f001fe76f5f582478c2ca2e792cfd95b (patch) | |
tree | 793f0d80062f40b8f33b792380b17f9e8a0a88c5 /udev | |
parent | 23c455b887e039183a1b2d78305df7b9f1cdad73 (diff) |
doc: document the WAIT_FOR timeout
Diffstat (limited to 'udev')
-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> |