From 11b2dc547b32a62ad5d3148a9a79f72139ea1223 Mon Sep 17 00:00:00 2001 From: nulsoh <34866781+nulsoh@users.noreply.github.com> Date: Tue, 26 Dec 2017 20:45:06 +0100 Subject: [PATCH] man: systemd: fix typo (#7746) Add missing _r_ for ctl-alt-del.target --- man/systemd.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd.xml b/man/systemd.xml index a881b392a7b..fb475ac2c13 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -574,7 +574,7 @@ Upon receiving this signal the systemd system manager will start the ctrl-alt-del.target unit. This is mostly - equivalent to systemctl start ctl-alt-del.target + equivalent to systemctl start ctrl-alt-del.target --job-mode=replace-irreversible. 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 -- 2.47.3