X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev.xml;h=4896c2bb27e8a8abf8399a850eff457f085b4f75;hb=aa9a49b4b39bfaa465ae9d0f6ac4621cd519b719;hp=e0542a6be199048f024550dd784835bb17a47a6a;hpb=9de98988130c5565e6d75f444f591141ad33e95e;p=elogind.git diff --git a/udev.xml b/udev.xml index e0542a6be..4896c2bb2 100644 --- a/udev.xml +++ b/udev.xml @@ -3,19 +3,6 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
- - xmlto - - Kay - Sievers - kay.sievers@vrfy.org - - - 2005 - Kay Sievers - - -
udev @@ -28,6 +15,7 @@ udev 7 + @@ -122,7 +110,7 @@ - Asign a value to a key. Keys that represent a list, are reset + Assign a value to a key. Keys that represent a list, are reset and only this single value is assigned. @@ -301,7 +289,10 @@ Add a program to the list of programs to be executed for a specific - device. + device. This can only be used for very short running tasks. Running an + 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. @@ -315,7 +306,7 @@ - Jumps to the next LABEL with a matching gname + Jumps to the next LABEL with a matching name @@ -346,8 +337,9 @@ will ignore this event completely. will ignore any later remove event for this device. This may be useful as a workaround for broken device drivers. - will create device nodes for all available partitions of - a block device. This may be useful for removable media. + will create the device nodes for all available + partitions of a block device. This may be useful for removable media devices where + media changes are not detected. @@ -472,39 +464,6 @@ - ENVIRONMENT - - - - - add or remove signifies - the addition or the removal of a device. - - - - - - - The sysfs devpath without the mountpoint but a leading slash. - - - - - - - The kernel subsystem the device belongs to. - - - - - - - Overrides the syslog priority specified in the config file. - - - - - AUTHOR Written by Greg Kroah-Hartman greg@kroah.com and Kay Sievers kay.sievers@vrfy.org. With much help from