diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-02-02 07:08:14 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-02-02 07:38:30 +0100 |
commit | c89efaf9e5b0d8820dff51edfa7a0e576ed8b3b2 (patch) | |
tree | 21d8b9fa1f0974c2a0358be15afffb9e29af3e7f /man | |
parent | Merge pull request #31032 from yuwata/pam-session-close (diff) | |
download | systemd-c89efaf9e5b0d8820dff51edfa7a0e576ed8b3b2.tar.xz systemd-c89efaf9e5b0d8820dff51edfa7a0e576ed8b3b2.zip |
man: fix default behavior of RequiredFamilyForOnline=
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index c1b0eec1a7..9bad97b07b 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -301,9 +301,8 @@ required when determining whether the link is online (including when running <command>systemd-networkd-wait-online</command>). Takes one of <literal>ipv4</literal>, <literal>ipv6</literal>, <literal>both</literal>, or <literal>any</literal>. Defaults to - <literal>any</literal>. Note that this option has no effect if - <literal>RequiredForOnline=no</literal>, or if <literal>RequiredForOnline=</literal> - specifies a minimum operational state below <literal>degraded</literal>.</para> + <literal>no</literal>. Note that this option has no effect if + <literal>RequiredForOnline=no</literal>.</para> <xi:include href="version-info.xml" xpointer="v249"/> </listitem> |