Skip to content

Commit 84afbbc

Browse files
committed
man: use <keycombo> more
1 parent 6432da6 commit 84afbbc

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

man/busctl.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,9 @@
291291
<listitem><para>Dump messages being exchanged. If
292292
<replaceable>SERVICE</replaceable> is specified, show messages
293293
to or from this peer, identified by its well-known or unique
294-
name. Otherwise, show all messages on the bus. Use Ctrl-C to
295-
terminate the dump.</para></listitem>
294+
name. Otherwise, show all messages on the bus. Use
295+
<keycombo><keycap>Ctrl</keycap><keycap>C</keycap></keycombo>
296+
to terminate the dump.</para></listitem>
296297
</varlistentry>
297298

298299
<varlistentry>

man/systemd.xml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -580,16 +580,15 @@
580580
<varlistentry>
581581
<term><constant>SIGINT</constant></term>
582582

583-
<listitem><para>Upon receiving this signal the systemd system
584-
manager will start the
585-
<filename>ctrl-alt-del.target</filename> unit. This is mostly
586-
equivalent to <command>systemctl start ctrl-alt-del.target
587-
--job-mode=replace-irreversible</command>. If this signal is
588-
received more than 7 times per 2s, an immediate reboot is
589-
triggered. Note that pressing Ctrl-Alt-Del on the console
590-
will trigger this signal. Hence, if a reboot is hanging,
591-
pressing Ctrl-Alt-Del more than 7 times in 2s is a relatively
592-
safe way to trigger an immediate reboot.</para>
583+
<listitem><para>Upon receiving this signal the systemd system manager will start the
584+
<filename>ctrl-alt-del.target</filename> unit. This is mostly equivalent to
585+
<command>systemctl start ctrl-alt-del.target --job-mode=replace-irreversible</command>. If
586+
this signal is received more than 7 times per 2s, an immediate reboot is triggered. Note
587+
that pressing
588+
<keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Del</keycap></keycombo> on the
589+
console will trigger this signal. Hence, if a reboot is hanging, pressing
590+
<keycombo><keycap>Ctrl</keycap><keycap>Alt</keycap><keycap>Del</keycap></keycombo> more than
591+
7 times in 2 seconds is a relatively safe way to trigger an immediate reboot.</para>
593592

594593
<para>systemd user managers treat this signal the same way as
595594
<constant>SIGTERM</constant>.</para></listitem>

man/timedatectl.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,11 @@
7373
<varlistentry>
7474
<term><option>--monitor</option></term>
7575

76-
<listitem><para>If <command>timesync-status</command> is invoked and this option is passed,
77-
then <command>timedatectl</command> monitors the status of
76+
<listitem><para>If <command>timesync-status</command> is invoked and this option is passed, then
77+
<command>timedatectl</command> monitors the status of
7878
<citerefentry><refentrytitle>systemd-timesyncd.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>
79-
and updates the outputs. Use Ctrl-C to terminate the monitoring.</para></listitem>
79+
and updates the outputs. Use <keycombo><keycap>Ctrl</keycap><keycap>C</keycap></keycombo> to terminate the
80+
monitoring.</para></listitem>
8081
</varlistentry>
8182

8283
<varlistentry>

0 commit comments

Comments
 (0)