man: update document about the maximum number of child processes

This commit is contained in:
Yu Watanabe 2023-08-02 01:19:37 +09:00
parent 2cba1d3753
commit 7b5ca134a5
2 changed files with 4 additions and 3 deletions

View file

@ -53,7 +53,8 @@
<term><varname>children_max=</varname></term>
<listitem>
<para>An integer. The maximum number of events executed in parallel.</para>
<para>An integer. The maximum number of events executed in parallel. When unspecified or 0 is
specified, the maximum is determined based on the system resources.</para>
<para>This is the same as the <option>--children-max=</option> option.</para>
</listitem>

View file

@ -607,8 +607,8 @@
<term><option>-m</option></term>
<term><option>--children-max=</option><replaceable>value</replaceable></term>
<listitem>
<para>Set the maximum number of events, systemd-udevd will handle at the
same time.</para>
<para>Set the maximum number of events, systemd-udevd will handle at the same time. When 0 is
specified, then the maximum is determined based on the system resources.</para>
</listitem>
</varlistentry>
<varlistentry>