diff options
author | Karl O. Pinc <kop@meme.com> | 2008-07-02 10:20:58 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-07-02 10:20:58 +0200 |
commit | 01e8dd08ef317175d8299ef4cbe24802de80770a (patch) | |
tree | 6d49cfd38713a2872d5e8bdaf30653356cd3e953 | |
parent | 8bf875ff282e683e80849113c87660c7b2a0e772 (diff) |
man: clarify $attr{} parent searching
-rw-r--r-- | udev.7 | 2 | ||||
-rw-r--r-- | udev.xml | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -357,7 +357,7 @@ and .PP \fB$attr{\fR\fB\fIfile\fR\fR\fB}\fR, \fB%s{\fR\fB\fIfile\fR\fR\fB}\fR .RS 4 -The value of a sysfs attribute found at the device, where all keys of the rule have matched\. If the matching device does not have such an attribute, all devices along the chain of parents are searched for a matching attribute\. If the attribute is a symlink, the last element of the symlink target is returned as the value\. +The value of a sysfs attribute found at the device, where all keys of the rule have matched\. If the matching device does not have such an attribute, follow the chain of parent devices and use the value of the first attribute that matches\. If the attribute is a symlink, the last element of the symlink target is returned as the value\. .RE .PP \fB$env{\fR\fB\fIkey\fR\fR\fB}\fR, \fB%E{\fR\fB\fIkey\fR\fR\fB}\fR @@ -522,8 +522,8 @@ <listitem> <para>The value of a sysfs attribute found at the device, where all keys of the rule have matched. If the matching device does not have - such an attribute, all devices along the chain of parents are searched - for a matching attribute. + such an attribute, follow the chain of parent devices and use the value + of the first attribute that matches. If the attribute is a symlink, the last element of the symlink target is returned as the value.</para> </listitem> |