]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Fixed typo
authorKennthStailey <86530980+KennthStailey@users.noreply.github.com>
Wed, 1 Dec 2021 14:43:40 +0000 (09:43 -0500)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 1 Dec 2021 15:02:37 +0000 (00:02 +0900)
`ip set dev eth0` should be `ip link set dev eth0`

man/systemd.network.xml

index e90877ada800662d8d6165cbea9f3c5a6b64cf73..731dbf4e61e3c7034c3b2380c610467f066ad3ab 100644 (file)
           <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>,