Skip to content

Commit

Permalink
man: use <keycombo> more
Browse files Browse the repository at this point in the history
  • Loading branch information
keszybz committed Nov 14, 2018
1 parent 6432da6 commit 84afbbc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
5 changes: 3 additions & 2 deletions man/busctl.xml
Expand Up @@ -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>
Expand Down
19 changes: 9 additions & 10 deletions man/systemd.xml
Expand Up @@ -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>
Expand Down
7 changes: 4 additions & 3 deletions man/timedatectl.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 84afbbc

Please sign in to comment.