chiark / gitweb /
remove outdated docs/README-gcov_for_udev
[elogind.git] / udev / udevd.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4
5 <article>
6   <section>
7     <title>udevd</title>
8     <refentry>
9       <refentryinfo>
10         <title>udevd</title>
11         <date>August 2005</date>
12         <productname>udev</productname>
13       </refentryinfo>
14
15       <refmeta>
16         <refentrytitle>udevd</refentrytitle>
17         <manvolnum>8</manvolnum>
18         <refmiscinfo class="version"></refmiscinfo>
19       </refmeta>
20
21       <refnamediv>
22         <refname>udevd</refname><refpurpose>event managing daemon</refpurpose>
23       </refnamediv>
24
25       <refsynopsisdiv>
26         <cmdsynopsis>
27           <command>udevd</command>
28           <arg><option>--daemon</option></arg>
29           <arg><option>--debug-trace</option></arg>
30           <arg><option>--debug</option></arg>
31           <arg><option>--version</option></arg>
32           <arg><option>--help</option></arg>
33         </cmdsynopsis>
34       </refsynopsisdiv>
35
36       <refsect1><title>DESCRIPTION</title>
37         <para>udevd listens to kernel uevents and passes the incoming events to
38         udev. It ensures the correct event order and takes care, that events for child
39         devices are delayed until the parent event has finished the device handling.
40         The behavior of the running daemon can be changed with
41         <command>udevadm control</command>.</para>
42       </refsect1>
43
44       <refsect1><title>OPTIONS</title>
45         <variablelist>
46           <varlistentry>
47             <term><option>--daemon</option></term>
48             <listitem>
49               <para>Detach and run in the background.</para>
50             </listitem>
51           </varlistentry>
52           <varlistentry>
53             <term><option>--debug-trace</option></term>
54             <listitem>
55               <para>Run all events completely serialized. This may be useful if udev triggers
56               actions or loads kernel modules which cause problems and a slow but continuous
57               operation is needed, where no events are processed in parallel.
58               </para>
59             </listitem>
60           </varlistentry>
61           <varlistentry>
62             <term><option>--debug</option></term>
63             <listitem>
64               <para>Print debug messages to stderr.</para>
65             </listitem>
66           </varlistentry>
67           <varlistentry>
68             <term><option>--version</option></term>
69             <listitem>
70               <para>Print version number.</para>
71             </listitem>
72           </varlistentry>
73           <varlistentry>
74             <term><option>--help</option></term>
75             <listitem>
76               <para>Print help text.</para>
77             </listitem>
78           </varlistentry>
79         </variablelist>
80       </refsect1>
81
82       <refsect1><title>ENVIRONMENT</title>
83         <variablelist>
84           <varlistentry>
85             <term><option>UDEV_LOG</option></term>
86             <listitem>
87               <para>Overrides the syslog priority specified in the config file.</para>
88             </listitem>
89           </varlistentry>
90         </variablelist>
91      </refsect1>
92
93       <refsect1><title>AUTHOR</title>
94         <para>Written by Kay Sievers <email>kay.sievers@vrfy.org</email>.</para>
95       </refsect1>
96
97       <refsect1>
98         <title>SEE ALSO</title>
99         <para><citerefentry>
100             <refentrytitle>udev</refentrytitle><manvolnum>7</manvolnum>
101           </citerefentry>, 
102           <citerefentry>
103             <refentrytitle>udevadm</refentrytitle><manvolnum>8</manvolnum>
104         </citerefentry></para>
105       </refsect1>
106     </refentry>
107   </section>
108 </article>