man: adjust description of MaxAttempts

The code was changed in 715cedfbf0 to allow more than
six attempts and the old description stopped making sense.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-10-07 14:13:39 +02:00 committed by Yu Watanabe
parent bb2d0a24f3
commit 573b02f5c1
1 changed files with 3 additions and 3 deletions

View File

@ -1664,9 +1664,9 @@ IPv6Token=prefixstable:2002:da8:1::</programlisting></para>
<term><varname>MaxAttempts=</varname></term> <term><varname>MaxAttempts=</varname></term>
<listitem> <listitem>
<para>Specifies how many times the DHCPv4 client configuration should be attempted. Takes a <para>Specifies how many times the DHCPv4 client configuration should be attempted. Takes a
number or <literal>infinity</literal>. Defaults to <literal>infinity</literal>. number or <literal>infinity</literal>. Defaults to <literal>infinity</literal>. Note that the
Note that the time between retries is increased exponentially, so the network will not be time between retries is increased exponentially, up to approximately one per minute, so the
overloaded even if this number is high.</para> network will not be overloaded even if this number is high.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>