From: Anita Zhang Date: Thu, 18 Jul 2019 21:52:35 +0000 (-0700) Subject: docs: typo in arg name replace-irreversible -> replace-irreversibly X-Git-Tag: v243-rc1~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27e64442f829c653ff7a057cd5d12e0f422d545b;p=thirdparty%2Fsystemd.git docs: typo in arg name replace-irreversible -> replace-irreversibly --- 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.