From: KennthStailey <86530980+KennthStailey@users.noreply.github.com> Date: Wed, 1 Dec 2021 14:43:40 +0000 (-0500) Subject: Fixed typo X-Git-Tag: v250-rc1~100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ed6297f71a04839f23e460095da126112f5626d;p=thirdparty%2Fsystemd.git Fixed typo `ip set dev eth0` should be `ip link set dev eth0` --- 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,