diff options
Diffstat (limited to 'udev.xml')
-rw-r--r-- | udev.xml | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -333,6 +333,12 @@ event process for a long period of time may block all further events for this or a dependent device. Long running tasks need to be immediately detached from the event process itself.</para> + <para>If the specifiefd string starts with + <option>socket:<replaceable>path</replaceable></option>, all current event + values will be passed to the specified socket, as a message in the same + format the kernel sends an uevent. 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> @@ -600,7 +606,7 @@ <refsect1><title>AUTHOR</title> <para>Written by Greg Kroah-Hartman <email>greg@kroah.com</email> and Kay Sievers <email>kay.sievers@vrfy.org</email>. With much help from - Dan Stekloff <email>dsteklof@us.ibm.com</email> and many others.</para> + Dan Stekloff and many others.</para> </refsect1> <refsect1> |