chiark / gitweb /
man: ship systemd-udevd as the real manpage
[elogind.git] / man / systemd-udevd.xml
index 1be356f8c6c755ab2bd232ffbf4c74894b8a2f08..0045f235e65ee9f069772cc221819e6dbbc00df8 100644 (file)
@@ -3,9 +3,9 @@
 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
 
-<refentry id="systemd-udevd">
+<refentry id="systemd-udevd.service">
   <refentryinfo>
-    <title>udevd</title>
+    <title>systemd-udevd.service</title>
     <productname>systemd</productname>
     <authorgroup>
       <author>
   </refmeta>
 
   <refnamediv>
-    <refname>systemd-udevd</refname><refpurpose>event managing daemon</refpurpose>
+    <refname>systemd-udevd</refname>
+    <refname>systemd-udevd.service</refname>
+    <refname>systemd-udevd-control.socket</refname>
+    <refname>systemd-udevd-kernel.socket</refname>
+    <refpurpose>Device event managing daemon</refpurpose>
   </refnamediv>
 
   <refsynopsisdiv>
+    <para><filename>systemd-udevd.service</filename></para>
+    <para><filename>systemd-udevd-control.socket</filename></para>
+    <para><filename>systemd-udevd-kernel.socket</filename></para>
+
     <cmdsynopsis>
-      <command>systemd-udevd</command>
+      <command>/usr/lib/systemd/systemd-udevd</command>
       <arg><option>--daemon</option></arg>
       <arg><option>--debug</option></arg>
       <arg><option>--children-max=</option></arg>
@@ -38,6 +46,7 @@
       <arg><option>--version</option></arg>
       <arg><option>--help</option></arg>
     </cmdsynopsis>
+
   </refsynopsisdiv>
 
   <refsect1><title>Description</title>
 
   <refsect1><title>Kernel command line</title>
     <variablelist>
+      <para>The parameters starting with "rd.", will be read when udev is used in an initrd.</para>
       <varlistentry>
         <term><varname>udev.log-priority=</varname></term>
+        <term><varname>rd.udev.log-priority=</varname></term>
         <listitem>
           <para>Set the logging priority.</para>
         </listitem>
       </varlistentry>
       <varlistentry>
         <term><varname>udev.children-max=</varname></term>
+        <term><varname>rd.udev.children-max=</varname></term>
         <listitem>
           <para>Limit the number of parallel executed events.</para>
         </listitem>
       </varlistentry>
       <varlistentry>
         <term><varname>udev.exec-delay=</varname></term>
+        <term><varname>rd.udev.exec-delay=</varname></term>
         <listitem>
           <para>Number of seconds to delay the execution of RUN instructions.
           This might be useful when debugging system crashes during coldplug