From 2ed6297f71a04839f23e460095da126112f5626d Mon Sep 17 00:00:00 2001
From: KennthStailey <86530980+KennthStailey@users.noreply.github.com>
Date: Wed, 1 Dec 2021 09:43:40 -0500
Subject: [PATCH] Fixed typo
`ip set dev eth0` should be `ip link set dev eth0`
---
man/systemd.network.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index e90877ada80..731dbf4e61e 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -256,8 +256,8 @@
Specifies the policy for systemd-networkd managing the link
administrative state. Specifically, this controls how systemd-networkd
changes the network device's IFF_UP flag, which is sometimes
- controlled by system administrators by running e.g., ip set dev eth0 up
- or ip set dev eth0 down, and can also be changed with
+ controlled by system administrators by running e.g., ip link set dev eth0 up
+ or ip link set dev eth0 down, and can also be changed with
networkctl up eth0 or networkctl down eth0.
Takes one of up, always-up,
--
2.47.3