chiark / gitweb /
always unlink temporary file before creating new one
[elogind.git] / udevmonitor.xml
index d40a14c698ac2d7888fe7126c0a01547ed31f71c..1ab87ab35157a38008fa28d056680d3b6c1cb009 100644 (file)
       <refsynopsisdiv>
         <cmdsynopsis>
           <command>udevmonitor</command>
-          <arg><option>--env</option></arg>
+          <arg><option>--environment</option></arg>
+          <arg><option>--kernel</option></arg>
+          <arg><option>--udev</option></arg>
+          <arg><option>--help</option></arg>
         </cmdsynopsis>
       </refsynopsisdiv>
 
       <refsect1><title>DESCRIPTION</title>
-        <para>udevmonitor listens to the kernel uevents and events send out by a udev rule
-        and prints the devpath of the event to the console. It can be used analyze to the
-        event timing by comparing the timestamps of the kernel uevent with the udev event.
+        <para>udevmonitor 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.
         </para>
       </refsect1>
 
       <refsect1><title>OPTIONS</title>
         <variablelist>
           <varlistentry>
-            <term><option>--env</option></term>
+            <term><option>--environment</option></term>
             <listitem>
               <para>Print the complete environment for all events. Can be used to compare the
               kernel supplied and the udev added environment values.</para>
             </listitem>
           </varlistentry>
+          <varlistentry>
+            <term><option>--kernel</option></term>
+            <listitem>
+              <para>Print the kernel uevents.</para>
+            </listitem>
+          </varlistentry>
+          <varlistentry>
+            <term><option>--udev</option></term>
+            <listitem>
+              <para>Print the udev event after the rule processing.</para>
+            </listitem>
+          </varlistentry>
+          <varlistentry>
+            <term><option>--help</option></term>
+            <listitem>
+              <para>Print usage.</para>
+            </listitem>
+          </varlistentry>
         </variablelist>
       </refsect1>