diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2010-05-27 17:41:51 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-05-27 17:41:51 +0200 |
commit | 337d10278380ba3605f0e1e730c542ca20a817fe (patch) | |
tree | 528ca375850845865d5f1c533bb6d9b926073b94 /udev/udevd.xml | |
parent | 87d55ff672d78ebf8afc755e88beeeb1bdf3ac5e (diff) |
udevd: replace --debug-trace with --children-max
Diffstat (limited to 'udev/udevd.xml')
-rw-r--r-- | udev/udevd.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/udev/udevd.xml b/udev/udevd.xml index 1f81f06535..8e7755a6ff 100644 --- a/udev/udevd.xml +++ b/udev/udevd.xml @@ -23,7 +23,7 @@ <cmdsynopsis> <command>udevd</command> <arg><option>--daemon</option></arg> - <arg><option>--debug-trace</option></arg> + <arg><option>--children-max</option></arg> <arg><option>--debug</option></arg> <arg><option>--version</option></arg> <arg><option>--resolve-names=early|late|never</option></arg> @@ -48,11 +48,9 @@ </listitem> </varlistentry> <varlistentry> - <term><option>--debug-trace</option></term> + <term><option>--children-max</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 continuous - operation is needed, where no events are processed in parallel. + <para>Limit the number of parallel executed events. </para> </listitem> </varlistentry> |