X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udevd.xml;h=0b3c01787a41b7190c67c32b1fd3a690fcb6aa1c;hp=76df70751977bed06ea56978f2f307c67f52ffec;hb=1b4f9b167b2d71fc12acdc953aa34474bfa93f73;hpb=9de98988130c5565e6d75f444f591141ad33e95e diff --git a/udevd.xml b/udevd.xml index 76df70751..0b3c01787 100644 --- a/udevd.xml +++ b/udevd.xml @@ -3,21 +3,8 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
- - xmlto - - Kay - Sievers - kay.sievers@vrfy.org - - - 2005 - Kay Sievers - - -
- udevd, udevcontrol + udevd udevd @@ -28,6 +15,7 @@ udevd 8 + @@ -38,16 +26,19 @@ udevd - - - udevcontrol command + + + + DESCRIPTION udevd listens to kernel uevents and passes the incoming events to - udev. It ensures the right event order and takes care, that events for child - devices are delayed until the parent has finished the device handling. + udev. It ensures the correct event order and takes care, that events for child + devices are delayed until the parent event has finished the device handling. + The behavior of the running daemon can be changed with + udevadm control. OPTIONS @@ -59,24 +50,30 @@ - + + + Run all events completely serialized. This may be useful if udev triggers + actions or loads kernel modules which cause problems and a slow but continuous + operation is needed, where no events are processed in parallel. + + + + + - udevcontrol can dynamically set the log level of udevd. - Valid values are the numerical syslog priorities or their textual - representations: , - and . + Print log messages to stdout. - + - udevcontrol stops the execution of events from udevd. + Print version number. - + - udevcontrol starts the execution of events from udevd. + Print help text. @@ -101,6 +98,9 @@ SEE ALSO udev8 + , + + udevadm8