mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03:00
man: use <keycombo> more
This commit is contained in:
parent
6432da6a69
commit
84afbbcf24
@ -291,8 +291,9 @@
|
||||
<listitem><para>Dump messages being exchanged. If
|
||||
<replaceable>SERVICE</replaceable> is specified, show messages
|
||||
to or from this peer, identified by its well-known or unique
|
||||
name. Otherwise, show all messages on the bus. Use Ctrl-C to
|
||||
terminate the dump.</para></listitem>
|
||||
name. Otherwise, show all messages on the bus. Use
|
||||
<keycombo><keycap>Ctrl</keycap><keycap>C</keycap></keycombo>
|
||||
to terminate the dump.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
|
@ -580,16 +580,15 @@
|
||||
<varlistentry>
|
||||
<term><constant>SIGINT</constant></term>
|
||||
|
||||
<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 this signal is
|
||||
received more than 7 times per 2s, an immediate reboot is
|
||||
triggered. Note that pressing Ctrl-Alt-Del on the console
|
||||
will trigger this signal. Hence, if a reboot is hanging,
|
||||
pressing Ctrl-Alt-Del more than 7 times in 2s is a relatively
|
||||
safe way to trigger an immediate reboot.</para>
|
||||
<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
|
||||
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
|
||||
console will trigger this signal. Hence, if a reboot is hanging, pressing
|
||||
<keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Del</keycap></keycombo> more than
|
||||
7 times in 2 seconds is a relatively safe way to trigger an immediate reboot.</para>
|
||||
|
||||
<para>systemd user managers treat this signal the same way as
|
||||
<constant>SIGTERM</constant>.</para></listitem>
|
||||
|
@ -73,10 +73,11 @@
|
||||
<varlistentry>
|
||||
<term><option>--monitor</option></term>
|
||||
|
||||
<listitem><para>If <command>timesync-status</command> is invoked and this option is passed,
|
||||
then <command>timedatectl</command> monitors the status of
|
||||
<listitem><para>If <command>timesync-status</command> is invoked and this option is passed, then
|
||||
<command>timedatectl</command> monitors the status of
|
||||
<citerefentry><refentrytitle>systemd-timesyncd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
|
||||
and updates the outputs. Use Ctrl-C to terminate the monitoring.</para></listitem>
|
||||
and updates the outputs. Use <keycombo><keycap>Ctrl</keycap><keycap>C</keycap></keycombo> to terminate the
|
||||
monitoring.</para></listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
|
Loading…
Reference in New Issue
Block a user