diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-08-21 02:39:22 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-08-21 02:39:22 +0200 |
commit | 02adc0cbd637862f6e9cf8319c80def0fa31b4e7 (patch) | |
tree | 856b4789a8c1b2057b4eb0cb3689ec6bb3a4e984 /udev.xml | |
parent | e3e7358137a35849f81a8e18ca548ded22a2b5cc (diff) |
man: add ATTR{file}="value" assignment
Diffstat (limited to 'udev.xml')
-rw-r--r-- | udev.xml | 21 |
1 files changed, 16 insertions, 5 deletions
@@ -174,7 +174,9 @@ <para>Match sysfs attribute values of the event device. Up to five <option>ATTR</option> keys can be specified per rule. Trailing whitespace in the attribute values is ignored, if the specified match - value does not contain trailing whitespace itself.</para> + value does not contain trailing whitespace itself. Depending on the type + of operator, this key is also used to set the value of a sysfs attribute. + </para> </listitem> </varlistentry> @@ -213,8 +215,8 @@ <term><option>ENV{<replaceable>key</replaceable>}</option></term> <listitem> <para>Match against the value of an environment variable. Up to five <option>ENV</option> - keys can be specified per rule. This key can also be used to export a variable to - the environment.</para> + keys can be specified per rule. Depending on the type of operator, this key is also used + to export a variable to the environment.</para> </listitem> </varlistentry> @@ -295,10 +297,19 @@ </varlistentry> <varlistentry> + <term><option>ATTR{<replaceable>key</replaceable>}</option></term> + <listitem> + <para>The value that should be written to a sysfs attribute of the + event device. Depending on the type of operator, this key is also + used to match against the value of a sysfs attribute.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>ENV{<replaceable>key</replaceable>}</option></term> <listitem> - <para>Export a variable to the environment. This key can also be used to match - against an environment variable.</para> + <para>Export a variable to the environment. Depending on the type of operator, + this key is also to match against an environment variable.</para> </listitem> </varlistentry> |