diff options
author | nulsoh <34866781+nulsoh@users.noreply.github.com> | 2017-12-26 20:45:06 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2017-12-27 04:45:06 +0900 |
commit | 11b2dc547b32a62ad5d3148a9a79f72139ea1223 (patch) | |
tree | 8cea7945536a62c622567d2b7c9737f5c6d432ec /man/systemd.xml | |
parent | Merge pull request #7728 from poettering/fork-rework (diff) | |
download | systemd-11b2dc547b32a62ad5d3148a9a79f72139ea1223.tar.gz systemd-11b2dc547b32a62ad5d3148a9a79f72139ea1223.tar.bz2 systemd-11b2dc547b32a62ad5d3148a9a79f72139ea1223.zip |
man: systemd: fix typo (#7746)
Add missing _r_ for ctl-alt-del.target
Diffstat (limited to 'man/systemd.xml')
-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 |