diff options
author | nulsoh <34866781+nulsoh@users.noreply.github.com> | 2017-12-26 20:45:06 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2018-01-11 10:28:56 +0100 |
commit | 3ed8209d2ef140a1a3cbe6f22c88ee985da31c72 (patch) | |
tree | e67322b7c0fb5d174d55de3b9e58fd24a8cb7445 | |
parent | terminal-util: open /dev/null with O_CLOEXEC in make_stdio_null() (diff) | |
download | systemd-3ed8209d2ef140a1a3cbe6f22c88ee985da31c72.tar.gz systemd-3ed8209d2ef140a1a3cbe6f22c88ee985da31c72.tar.bz2 systemd-3ed8209d2ef140a1a3cbe6f22c88ee985da31c72.zip |
man: systemd: fix typo (#7746)
Add missing _r_ for ctl-alt-del.target
(cherry picked from commit 11b2dc547b32a62ad5d3148a9a79f72139ea1223)
-rw-r--r-- | man/systemd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.xml b/man/systemd.xml index a881b392a..fb475ac2c 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -574,7 +574,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 ctl-alt-del.target + equivalent to <command>systemctl start ctrl-alt-del.target --job-mode=replace-irreversible</command>. If this signal is received more than 7 times per 2s, an immediate reboot is triggered. Note that pressing Ctrl-Alt-Del on the console |