summaryrefslogtreecommitdiff
path: root/udevadm.xml
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-04-02 04:43:25 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-04-02 04:43:25 +0200
commitc7969cdbcb1f6d39177f6cc2e28597fabe186594 (patch)
tree911ae0237a456f87829aeb689f7e0be8a7b57fb4 /udevadm.xml
parentc3b145a381090f18c4c5f4149e19183343880ec2 (diff)
also accept real socket files for RUN+="socket:<path>"
Diffstat (limited to 'udevadm.xml')
-rw-r--r--udevadm.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/udevadm.xml b/udevadm.xml
index ccbeeca404..121c1401d6 100644
--- a/udevadm.xml
+++ b/udevadm.xml
@@ -130,7 +130,7 @@
</refsect2>
<refsect2><title>udevadm trigger <optional>options</optional></title>
- <para>Request kernel device uevents, usually used to replay events at system coldplug.</para>
+ <para>Request device uevents, usually used to replay events at system coldplug.</para>
<variablelist>
<varlistentry>
<term><option>--verbose</option></term>
@@ -188,6 +188,16 @@
of the sysfs attribute is checked. This option can be specified multiple times.</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--socket<replaceable>path</replaceable></option></term>
+ <listitem>
+ <para>Pass the synthesized events to the specified socket, instead of triggering
+ a global kernel event. All available event values will be send in the same format
+ the kernel sends an uevent, or <option>RUN+="socket:<replaceable>path</replaceable>"</option>
+ sends a message. If the first character of the specified path is an @ character,
+ an abstract namespace socket is used, instead of an existing socket file.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect2>