diff options
author | Michael Witten <mfwitten@gmail.com> | 2011-04-08 23:24:03 +0000 |
---|---|---|
committer | Michael Witten <mfwitten@gmail.com> | 2011-04-11 05:49:37 +0000 |
commit | ed9c5fb721b45a647c4c629ca2b6a242a111e769 (patch) | |
tree | 7fc0b2a3e6fdd4122c9d2fa097606f2253c3a5e5 | |
parent | 9f38b806d273e19c4fcb71fdcbaa9c61839b2a51 (diff) |
Docs: udev.xml: Clean up description of ENV assignment key
Signed-off-by: Michael Witten <mfwitten@gmail.com>
-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 dc277c8918..b10096544b 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -359,7 +359,8 @@ <term><option>ENV{<replaceable>key</replaceable>}</option></term> <listitem> <para>Set a device property value. Property names with a leading '.' - are not stored in the database or exported to external tool or events.</para> + are neither stored in the database nor exported to events or + external tools (run by, say, the PROGRAM match key).</para> </listitem> </varlistentry> |