summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-05-04 21:22:56 +0900
committerLuca Boccassi <luca.boccassi@gmail.com>2022-05-04 14:44:13 +0100
commitc322cfafbab04b0eb29cfcb796eec92e972318fb (patch)
tree0908211276cd5a670bce91fa63c59bb6c1b62648
parentd7ff52403902900b61f644f87b5222822fd4a69b (diff)
downloadsystemd-c322cfafbab04b0eb29cfcb796eec92e972318fb.tar.gz
man/networkctl: mention initialized state
Closes #23262.
-rw-r--r--man/networkctl.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/man/networkctl.xml b/man/networkctl.xml
index 23cd048de5..f67ad99adf 100644
--- a/man/networkctl.xml
+++ b/man/networkctl.xml
@@ -137,9 +137,9 @@
</listitem>
</varlistentry>
<varlistentry>
- <term>failed</term>
+ <term>initialized</term>
<listitem>
- <para>networkd failed to manage the link</para>
+ <para>udev has processed the link, but we don't yet know if we will manage it</para>
</listitem>
</varlistentry>
<varlistentry>
@@ -161,6 +161,12 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term>failed</term>
+ <listitem>
+ <para>networkd failed to manage the link</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term>linger</term>
<listitem>
<para>the link is gone, but has not yet been dropped by networkd</para>