From: Yu Watanabe Date: Fri, 19 Jul 2019 00:48:49 +0000 (+0900) Subject: Merge pull request #13100 from 1848/neigh_ipv6 X-Git-Tag: v243-rc1~82 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0161f0ca368b93c1feb653013377a021452e6650;hp=fb2ba3305bf46236ef84781fd15d791f50ea32b7;p=thirdparty%2Fsystemd.git Merge pull request #13100 from 1848/neigh_ipv6 networkd: Neighbor IPv6 support for LinkLayerAddress --- diff --git a/man/systemd.xml b/man/systemd.xml index 41c0f5f643e..c01cf46e812 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -582,7 +582,7 @@ exit.target unit when this signal is received. This is mostly equivalent to systemctl --user start exit.target - --job-mode=replace-irreversible. + --job-mode=replace-irreversibly. @@ -590,7 +590,7 @@ Upon receiving this signal the systemd system manager will start the ctrl-alt-del.target unit. This is mostly equivalent to - systemctl start ctrl-alt-del.target --job-mode=replace-irreversible. If + systemctl start ctrl-alt-del.target --job-mode=replace-irreversibly. If this signal is received more than 7 times per 2s, an immediate reboot is triggered. Note that pressing CtrlAltDel on the @@ -682,7 +682,7 @@ Halts the machine, starts the halt.target unit. This is mostly equivalent to systemctl start halt.target - --job-mode=replace-irreversible. + --job-mode=replace-irreversibly. @@ -692,7 +692,7 @@ Powers off the machine, starts the poweroff.target unit. This is mostly equivalent to systemctl start poweroff.target - --job-mode=replace-irreversible. + --job-mode=replace-irreversibly. @@ -702,7 +702,7 @@ Reboots the machine, starts the reboot.target unit. This is mostly equivalent to systemctl start reboot.target - --job-mode=replace-irreversible. + --job-mode=replace-irreversibly. @@ -712,7 +712,7 @@ Reboots the machine via kexec, starts the kexec.target unit. This is mostly equivalent to systemctl start kexec.target - --job-mode=replace-irreversible. + --job-mode=replace-irreversibly.