X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udevd.xml;h=cf033a06b20b8d15f8ca52823aa9f28fc3aeae62;hp=1a035b71e90d7702cd749813f804af17bc5f4c5a;hb=83a4c0f8b8981fb31cb6db70fcbe3a1f62c1913e;hpb=16801abde1888e24af9652e99522eab8ee8cb057 diff --git a/udevd.xml b/udevd.xml index 1a035b71e..cf033a06b 100644 --- a/udevd.xml +++ b/udevd.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 - - -
udevd, udevcontrol @@ -28,6 +15,7 @@ udevd 8 + @@ -38,6 +26,10 @@ udevd + + + + udevcontrol command @@ -58,25 +50,84 @@ Detach and run in the background. + + + + 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. + + + + + + + Print log messages to stdout. + + + + + + Print version number. + + + + + + Print usage. + + - udevcontrol can dynamically set the log level of udevd. - Valid values are the numerical syslog priorities or their textual - representations: , - and . + Set the internal log level of udevd. Valid values are the numerical + syslog priorities or their textual representations: , + and . - udevcontrol stops the execution of events from udevd. + Signal udevd to stop executing new events. Incoming events + will be queued. - udevcontrol starts the execution of events from udevd. + Signal udevd to enable the execution of events. + + + + + + Signal udevd to reload the rules from the config. + + + + + + Set global variable. + + + + + + Set the maximum number of events, udevd will handle at the + same time. + + + + + + Set the maximum number of events, which are allowed to run at the + same time. + + + + + + Print help text.