mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-19 13:08:42 +07:00
man: grammar fixes for systemd-udev(8)
This commit is contained in:
parent
f8e9f2cc4b
commit
b8e8f0cba4
@ -50,9 +50,10 @@
|
|||||||
</refsynopsisdiv>
|
</refsynopsisdiv>
|
||||||
|
|
||||||
<refsect1><title>Description</title>
|
<refsect1><title>Description</title>
|
||||||
<para>systemd-udevd listens to kernel uevents. For every event, systemd-udevd executes matching
|
<para><command>systemd-udevd</command> listens to kernel uevents.
|
||||||
instructions specified in udev rules. See <citerefentry>
|
For every event, systemd-udevd executes matching instructions
|
||||||
<refentrytitle>udev</refentrytitle><manvolnum>7</manvolnum>
|
specified in udev rules. See <citerefentry>
|
||||||
|
<refentrytitle>udev</refentrytitle><manvolnum>7</manvolnum>
|
||||||
</citerefentry>.</para>
|
</citerefentry>.</para>
|
||||||
<para>The behavior of the running daemon can be changed with
|
<para>The behavior of the running daemon can be changed with
|
||||||
<command>udevadm control</command>.</para>
|
<command>udevadm control</command>.</para>
|
||||||
@ -75,15 +76,17 @@
|
|||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>--children-max=</option></term>
|
<term><option>--children-max=</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Limit the number of parallel executed events.</para>
|
<para>Limit the number of events executed in parallel.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>--exec-delay=</option></term>
|
<term><option>--exec-delay=</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Number of seconds to delay the execution of RUN instructions.
|
|
||||||
This might be useful when debugging system crashes during coldplug
|
<para>Delay the execution of RUN intruction by the given
|
||||||
cause by loading non-working kernel modules.</para>
|
number of seconds. This option might be useful when
|
||||||
|
debugging system crashes during coldplug caused by loading
|
||||||
|
non-working kernel modules.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
@ -125,7 +128,8 @@
|
|||||||
|
|
||||||
<refsect1><title>Kernel command line</title>
|
<refsect1><title>Kernel command line</title>
|
||||||
<variablelist>
|
<variablelist>
|
||||||
<para>The parameters starting with "rd.", will be read when udev is used in an initrd.</para>
|
<para>Parameters starting with "rd." will be read when
|
||||||
|
<command>systemd-udevd</command> is used in an initrd.</para>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><varname>udev.log-priority=</varname></term>
|
<term><varname>udev.log-priority=</varname></term>
|
||||||
<term><varname>rd.udev.log-priority=</varname></term>
|
<term><varname>rd.udev.log-priority=</varname></term>
|
||||||
@ -137,16 +141,17 @@
|
|||||||
<term><varname>udev.children-max=</varname></term>
|
<term><varname>udev.children-max=</varname></term>
|
||||||
<term><varname>rd.udev.children-max=</varname></term>
|
<term><varname>rd.udev.children-max=</varname></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Limit the number of parallel executed events.</para>
|
<para>Limit the number of events executed in parallel.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><varname>udev.exec-delay=</varname></term>
|
<term><varname>udev.exec-delay=</varname></term>
|
||||||
<term><varname>rd.udev.exec-delay=</varname></term>
|
<term><varname>rd.udev.exec-delay=</varname></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Number of seconds to delay the execution of RUN instructions.
|
<para>Delay the execution of RUN intruction by the given
|
||||||
This might be useful when debugging system crashes during coldplug
|
number of seconds. This option might be useful when
|
||||||
cause by loading non-working kernel modules.</para>
|
debugging system crashes during coldplug caused by loading
|
||||||
|
non-working kernel modules.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
Loading…
Reference in New Issue
Block a user