summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorKennthStailey <86530980+KennthStailey@users.noreply.github.com>2021-12-01 09:43:40 -0500
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-12-02 00:02:37 +0900
commit2ed6297f71a04839f23e460095da126112f5626d (patch)
tree19bb3bc64f4dfec98a6ca660cb29b5d0b0df3eb3 /man
parent312dac28695ebe7c316c9b2dec40bc7182f5e28e (diff)
downloadsystemd-2ed6297f71a04839f23e460095da126112f5626d.tar.gz
Fixed typo
`ip set dev eth0` should be `ip link set dev eth0`
Diffstat (limited to 'man')
-rw-r--r--man/systemd.network.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index e90877ada8..731dbf4e61 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -256,8 +256,8 @@
<para>Specifies the policy for <command>systemd-networkd</command> managing the link
administrative state. Specifically, this controls how <command>systemd-networkd</command>
changes the network device's <literal>IFF_UP</literal> flag, which is sometimes
- controlled by system administrators by running e.g., <command>ip set dev eth0 up</command>
- or <command>ip set dev eth0 down</command>, and can also be changed with
+ controlled by system administrators by running e.g., <command>ip link set dev eth0 up</command>
+ or <command>ip link set dev eth0 down</command>, and can also be changed with
<command>networkctl up eth0</command> or <command>networkctl down eth0</command>.</para>
<para>Takes one of <literal>up</literal>, <literal>always-up</literal>,