summaryrefslogtreecommitdiff
path: root/man/networkctl.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-08-27 16:35:25 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-08-27 16:35:25 +0900
commitf2c676c6c016e24f246a21d70e359b9358a2f61d (patch)
tree800270fd212e1f3c6b521c6ce5f2d970b83f950b /man/networkctl.xml
parentdf696b1413abfc66e780f96e40f8ad2213af9341 (diff)
downloadsystemd-f2c676c6c016e24f246a21d70e359b9358a2f61d.tar.gz
man: clarify that several networkctl commands takes device names
Diffstat (limited to 'man/networkctl.xml')
-rw-r--r--man/networkctl.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/man/networkctl.xml b/man/networkctl.xml
index bd958fb1e0..5a6ca5ab27 100644
--- a/man/networkctl.xml
+++ b/man/networkctl.xml
@@ -255,6 +255,7 @@ s - Service VLAN, m - Two-port MAC Relay (TPMR)
<varlistentry>
<term>
<command>delete</command>
+ <replaceable>DEVICE…</replaceable>
</term>
<listitem><para>Deletes virtual netdevs. Takes interface name or index number.</para></listitem>
</varlistentry>
@@ -262,6 +263,7 @@ s - Service VLAN, m - Two-port MAC Relay (TPMR)
<varlistentry>
<term>
<command>up</command>
+ <replaceable>DEVICE…</replaceable>
</term>
<listitem><para>Bring devices up. Takes interface name or index number.</para></listitem>
</varlistentry>
@@ -269,6 +271,7 @@ s - Service VLAN, m - Two-port MAC Relay (TPMR)
<varlistentry>
<term>
<command>down</command>
+ <replaceable>DEVICE…</replaceable>
</term>
<listitem><para>Bring devices down. Takes interface name or index number.</para></listitem>
</varlistentry>
@@ -276,6 +279,7 @@ s - Service VLAN, m - Two-port MAC Relay (TPMR)
<varlistentry>
<term>
<command>renew</command>
+ <replaceable>DEVICE…</replaceable>
</term>
<listitem><para>Renew dynamic configurations e.g. addresses received from DHCP server.
Takes interface name or index number.</para></listitem>
@@ -284,6 +288,7 @@ s - Service VLAN, m - Two-port MAC Relay (TPMR)
<varlistentry>
<term>
<command>forcerenew</command>
+ <replaceable>DEVICE…</replaceable>
</term>
<listitem><para>Send a FORCERENEW message to all connected clients, triggering DHCP reconfiguration.
Takes interface name or index number.</para></listitem>
@@ -292,6 +297,7 @@ s - Service VLAN, m - Two-port MAC Relay (TPMR)
<varlistentry>
<term>
<command>reconfigure</command>
+ <replaceable>DEVICE…</replaceable>
</term>
<listitem><para>Reconfigure network interfaces. Takes interface name or index number.</para></listitem>
</varlistentry>