man/loginctl: use <literal> to quote possible values of --kill-whom=

This commit is contained in:
Mike Yuan 2024-01-04 18:59:38 +08:00
parent 2a02a8db91
commit 771240fa3d
No known key found for this signature in database
GPG key ID: 417471C0A40F58B3

View file

@ -358,12 +358,10 @@
<varlistentry>
<term><option>--kill-whom=</option></term>
<listitem><para>When used with
<command>kill-session</command>, choose which processes to
kill. Must be one of <option>leader</option>, or
<option>all</option> to select whether to kill only the leader
process of the session or all processes of the session. If
omitted, defaults to <option>all</option>.</para>
<listitem><para>When used with <command>kill-session</command>, choose which processes to kill.
Takes one of <literal>leader</literal> or <literal>all</literal>, to select whether to kill only
the leader process of the session or all processes of the session. If omitted, defaults to
<option>all</option>.</para>
<xi:include href="version-info.xml" xpointer="v252"/></listitem>
</varlistentry>