summaryrefslogtreecommitdiff
path: root/udevadm.xml
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2007-11-09 19:30:12 +0100
committerKay Sievers <kay.sievers@vrfy.org>2007-11-09 19:30:12 +0100
commitd6856b85a1fb022fb2ba7c860290341af8bc75bd (patch)
tree9b1242f6cd407c33da50889061d290e85da7f21a /udevadm.xml
parent3c52e8d8bb37bfbd67b8a53f9142353b543505f2 (diff)
udevadm: control - allow command to be passed as option
Diffstat (limited to 'udevadm.xml')
-rw-r--r--udevadm.xml28
1 files changed, 14 insertions, 14 deletions
diff --git a/udevadm.xml b/udevadm.xml
index 14bc897c11..5a47b734b5 100644
--- a/udevadm.xml
+++ b/udevadm.xml
@@ -57,7 +57,7 @@
<refsect1><title>OPTIONS</title>
- <refsect2><title>udevadm info</title>
+ <refsect2><title>udevadm info <replaceable>options</replaceable></title>
<para>Queries the udev database for device information
stored in the udev database. It can also query the properties
of a device from its sysfs representation to help creating udev
@@ -129,7 +129,7 @@
</variablelist>
</refsect2>
- <refsect2><title>udevadm trigger</title>
+ <refsect2><title>udevadm trigger <optional>options</optional></title>
<para>Request kernel device uevents, usually used to replay events at system coldplug.</para>
<variablelist>
<varlistentry>
@@ -191,7 +191,7 @@
</variablelist>
</refsect2>
- <refsect2><title>udevadm settle</title>
+ <refsect2><title>udevadm settle <optional>options</optional></title>
<para>Watches the udev event queue, and exits if all current events are handled.</para>
<variablelist>
<varlistentry>
@@ -209,11 +209,11 @@
</variablelist>
</refsect2>
- <refsect2><title>udevadm control <replaceable>instruction</replaceable></title>
+ <refsect2><title>udevadm control <replaceable>command</replaceable></title>
<para>Modify the internal state of the running udev daemon.</para>
<variablelist>
<varlistentry>
- <term><option>log_priority=<replaceable>value</replaceable></option></term>
+ <term><option>--log_priority=<replaceable>value</replaceable></option></term>
<listitem>
<para>Set the internal log level of udevd. Valid values are the numerical
syslog priorities or their textual representations: <option>err</option>,
@@ -221,46 +221,46 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><option>stop_exec_queue</option></term>
+ <term><option>--stop_exec_queue</option></term>
<listitem>
<para>Signal udevd to stop executing new events. Incoming events
will be queued.</para>
</listitem>
</varlistentry>
<varlistentry>
- <term><option>start_exec_queue</option></term>
+ <term><option>--start_exec_queue</option></term>
<listitem>
<para>Signal udevd to enable the execution of events.</para>
</listitem>
</varlistentry>
<varlistentry>
- <term><option>reload_rules</option></term>
+ <term><option>--reload_rules</option></term>
<listitem>
<para>Signal udevd to reload the rules from the config.</para>
</listitem>
</varlistentry>
<varlistentry>
- <term><option>env <replaceable>var</replaceable>=<replaceable>value</replaceable></option></term>
+ <term><option>--env <replaceable>var</replaceable>=<replaceable>value</replaceable></option></term>
<listitem>
<para>Set global variable.</para>
</listitem>
</varlistentry>
<varlistentry>
- <term><option>max_childs</option></term>
+ <term><option>--max_childs</option></term>
<listitem>
<para>Set the maximum number of events, udevd will handle at the
same time.</para>
</listitem>
</varlistentry>
<varlistentry>
- <term><option>max_childs_running</option></term>
+ <term><option>--max_childs_running</option></term>
<listitem>
<para>Set the maximum number of events, which are allowed to run at the
same time.</para>
</listitem>
</varlistentry>
<varlistentry>
- <term><option>help</option></term>
+ <term><option>--help</option></term>
<listitem>
<para>Print help text.</para>
</listitem>
@@ -268,7 +268,7 @@
</variablelist>
</refsect2>
- <refsect2><title>udevadm monitor</title>
+ <refsect2><title>udevadm monitor <optional>options</optional></title>
<para>Listens to the kernel uevents and events sent out by a udev rule
and prints the devpath of the event to the console. It can be used to analyze the
event timing, by comparing the timestamps of the kernel uevent and the udev event.
@@ -302,7 +302,7 @@
</variablelist>
</refsect2>
- <refsect2><title>udevadm test</title>
+ <refsect2><title>udevadm test <optional>options</optional> <replaceable>devpath</replaceable></title>
<para>Simulate a udev event run for the given device, and print out debug
output. Unless forced to, no device node or symlink will be created.</para>
<variablelist>