summaryrefslogtreecommitdiff
path: root/udev
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@ubuntu.com>2010-09-21 12:12:01 +0200
committerMartin Pitt <martin.pitt@ubuntu.com>2010-09-21 12:12:01 +0200
commit1079014420da2e9f7e8db7cd2d892d8f8f8cedb0 (patch)
tree87f4ad95395acadd8a0613baaaf49ccd3764859c /udev
parentdaef8ae33c13941172c8198b4fc4dd0faebdf6cd (diff)
Clarify WAIT_FOR documentation
The path is relative to the sysfs device, so this provides an easy way to wait for an attribute to appear.
Diffstat (limited to 'udev')
-rw-r--r--udev/udev.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/udev/udev.xml b/udev/udev.xml
index 6085dfff24..682cc3f959 100644
--- a/udev/udev.xml
+++ b/udev/udev.xml
@@ -466,7 +466,8 @@
<term><option>WAIT_FOR</option></term>
<listitem>
<para>Wait for a file to become available or until a 10
- seconds timeout expires.</para>
+ seconds timeout expires. The path is relative to the sysfs device,
+ i. e. if no path is specified this waits for an attribute to appear.</para>
</listitem>
</varlistentry>