diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2010-09-21 12:12:01 +0200 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2010-09-21 12:12:01 +0200 |
commit | 1079014420da2e9f7e8db7cd2d892d8f8f8cedb0 (patch) | |
tree | 87f4ad95395acadd8a0613baaaf49ccd3764859c /udev | |
parent | daef8ae33c13941172c8198b4fc4dd0faebdf6cd (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.xml | 3 |
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> |