chiark / gitweb /
rules: Fedora update
[elogind.git] / udevadm.xml
index 14bc897c11388ba031717ccaa43dcb9389e6b605..ccbeeca404cdb2b083745780fc2d0044463c818f 100644 (file)
@@ -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
           </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>
           </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>
               <term><option>--timeout=<replaceable>seconds</replaceable></option></term>
               <listitem>
-                <para>Maximum seconds to wait for the queue to become empty.</para>
+                <para>Maximum number of seconds to wait for the event queue to become empty.
+                The default value is 180 seconds.</para>
               </listitem>
             </varlistentry>
             <varlistentry>
           </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>,
               </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>
           </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.
           </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>