]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/loginctl: use <literal> to quote possible values of --kill-whom=
authorMike Yuan <me@yhndnzj.com>
Thu, 4 Jan 2024 10:59:38 +0000 (18:59 +0800)
committerMike Yuan <me@yhndnzj.com>
Thu, 4 Jan 2024 10:59:38 +0000 (18:59 +0800)
man/loginctl.xml

index c8abf0972a6dfc4f44db82c44562c18542a6200b..46113531b052e8cb203ccfa2e2b2b3df2e61a3c6 100644 (file)
       <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>