X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udevd.xml;h=8d22a0c14d1e8b0b50037b77866f62f8f95563b9;hb=4cd71da5603898cff68a31774be570750d7fd659;hp=f0682ed00c3b8600d84b3936adc3c5864414bdae;hpb=b52a01ee39dad3b04aaa7e3af7435f062d3e887f;p=elogind.git diff --git a/udevd.xml b/udevd.xml index f0682ed00..8d22a0c14 100644 --- a/udevd.xml +++ b/udevd.xml @@ -4,7 +4,7 @@
- udevd, udevcontrol + udevd udevd @@ -26,17 +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 @@ -48,30 +50,30 @@ - + - Print usage. + 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. @@ -96,6 +98,9 @@ SEE ALSO udev7 + , + + udevadm8