From 5d8b72e1e07805a7e181fe7d84096c3f6432521c Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sat, 20 Apr 2024 14:41:45 +0900 Subject: [PATCH] man: slightly rephrase RetransmitSec= setting --- man/systemd.network.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 8d7aa2127a..72fa5c4897 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -4033,11 +4033,13 @@ ServerAddress=192.168.0.1/24 RetransmitSec= - Takes a timespan. Configures the retransmit time, used by clients to retransmit Neighbor - Solicitation messages on address resolution and the Neighbor Unreachability Detection algorithm. - An integer, the default unit is seconds, in the range 0…4294967295 msec. Defaults to 0. + + Configures the time, used in the Neighbor Unreachability Detection algorithm, for which + clients can use as retransmit time on address resolution and the Neighbor Unreachability Detection + algorithm. Takes a time span in the range 0…4294967295 ms. When 0, clients will handle it as if + the value wasn't specified. Defaults to 0. - + -- 2.25.1