summaryrefslogtreecommitdiff
path: root/udevd.xml
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-09-08 11:30:00 +0200
committerKay Sievers <kay.sievers@suse.de>2006-09-08 11:30:00 +0200
commitc7c00276f6f26ff7f38e99d887137bc1f172a978 (patch)
treead57d9b9661012e4340e6e5e2f1997315a5c5f15 /udevd.xml
parent9e8fe79b8e84177fc9479d6c6af039b7402d52d3 (diff)
udevd: add --debug-trace option
Diffstat (limited to 'udevd.xml')
-rw-r--r--udevd.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/udevd.xml b/udevd.xml
index cc2a1bcd22..938707bee1 100644
--- a/udevd.xml
+++ b/udevd.xml
@@ -26,6 +26,7 @@
<cmdsynopsis>
<command>udevd</command>
<arg><option>--daemon</option></arg>
+ <arg><option>--debug-trace</option></arg>
<arg><option>--verbose</option></arg>
<arg><option>--help</option></arg>
</cmdsynopsis>
@@ -49,6 +50,15 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term><option>--debug-trace</option></term>
+ <listitem>
+ <para>Run all events completely serialized. This may be useful if udev triggers
+ actions or loads kernel modules which cause problems and a slow but continiuous
+ operation is needed, where no events are processed in parallel.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--verbose</option></term>
<listitem>
<para>Print log messages to stdout.</para>