summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnita Zhang <the.anitazha@gmail.com>2019-07-18 14:52:35 -0700
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-07-19 07:17:40 +0900
commit27e64442f829c653ff7a057cd5d12e0f422d545b (patch)
tree29a3a64655b67d31719274d5835f5e7a172144bd
parent34d2f9204cf80cc003ef16b619457e79d0ba1c01 (diff)
downloadsystemd-27e64442f829c653ff7a057cd5d12e0f422d545b.tar.gz
docs: typo in arg name replace-irreversible -> replace-irreversibly
-rw-r--r--man/systemd.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/systemd.xml b/man/systemd.xml
index 41c0f5f643..c01cf46e81 100644
--- a/man/systemd.xml
+++ b/man/systemd.xml
@@ -582,7 +582,7 @@
<filename>exit.target</filename> unit when this signal is
received. This is mostly equivalent to <command>systemctl
--user start exit.target
- --job-mode=replace-irreversible</command>.</para></listitem>
+ --job-mode=replace-irreversibly</command>.</para></listitem>
</varlistentry>
<varlistentry>
@@ -590,7 +590,7 @@
<listitem><para>Upon receiving this signal the systemd system manager will start the
<filename>ctrl-alt-del.target</filename> unit. This is mostly equivalent to
- <command>systemctl start ctrl-alt-del.target --job-mode=replace-irreversible</command>. If
+ <command>systemctl start ctrl-alt-del.target --job-mode=replace-irreversibly</command>. If
this signal is received more than 7 times per 2s, an immediate reboot is triggered. Note
that pressing
<keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Del</keycap></keycombo> on the
@@ -682,7 +682,7 @@
<listitem><para>Halts the machine, starts the
<filename>halt.target</filename> unit. This is mostly
equivalent to <command>systemctl start halt.target
- --job-mode=replace-irreversible</command>.</para>
+ --job-mode=replace-irreversibly</command>.</para>
</listitem>
</varlistentry>
@@ -692,7 +692,7 @@
<listitem><para>Powers off the machine, starts the
<filename>poweroff.target</filename> unit. This is mostly
equivalent to <command>systemctl start poweroff.target
- --job-mode=replace-irreversible</command>.</para>
+ --job-mode=replace-irreversibly</command>.</para>
</listitem>
</varlistentry>
@@ -702,7 +702,7 @@
<listitem><para>Reboots the machine, starts the
<filename>reboot.target</filename> unit. This is mostly
equivalent to <command>systemctl start reboot.target
- --job-mode=replace-irreversible</command>.</para>
+ --job-mode=replace-irreversibly</command>.</para>
</listitem>
</varlistentry>
@@ -712,7 +712,7 @@
<listitem><para>Reboots the machine via kexec, starts the
<filename>kexec.target</filename> unit. This is mostly
equivalent to <command>systemctl start kexec.target
- --job-mode=replace-irreversible</command>.</para>
+ --job-mode=replace-irreversibly</command>.</para>
</listitem>
</varlistentry>