diff --git a/man/systemd.network.xml b/man/systemd.network.xml index d1c823789f..64bd036e0c 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -232,13 +232,13 @@ RequiredFamilyForOnline= - Specifies an address family. When specified, - systemd-networkd-wait-online waits for at least one routable or link-local - IP address in the family should be configured on the link. Takes one of - ipv4, ipv6, both, or - any. Defaults to any. Note that this will be used only - when RequiredForOnline= is true, or its minimum operational state is - degraded or above. Otherwise, it will be ignored. + Takes an address family. When specified, an IP address in the given family is deemed required + when determining whether the link is online (including when running + systemd-networkd-wait-online). Takes one of ipv4, + ipv6, both, or any. Defaults to + any. Note that this option has no effect if + RequiredForOnline=no, or if RequiredForOnline= specifies a + minimum operational state below degraded.