]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: add missing <listitem>
authorDavid Tardon <dtardon@redhat.com>
Sat, 23 Dec 2023 11:25:06 +0000 (12:25 +0100)
committerDavid Tardon <dtardon@redhat.com>
Sun, 24 Dec 2023 08:32:28 +0000 (09:32 +0100)
man/common-variables.xml

index 97bf911bb27c6d8e87cd83be4576222408878372..35ac98048fd86506c105f7d041f6b738c13730e5 100644 (file)
         <varlistentry>
           <term><option>K</option></term>
 
-          <para>This option instructs the pager to exit immediately when
-          <keycombo><keycap>Ctrl</keycap><keycap>C</keycap></keycombo> is pressed. To allow
-          <command>less</command> to handle <keycombo><keycap>Ctrl</keycap><keycap>C</keycap></keycombo>
-          itself to switch back to the pager command prompt, unset this option.</para>
-
-          <para>If the value of <varname>$SYSTEMD_LESS</varname> does not include <literal>K</literal>,
-          and the pager that is invoked is <command>less</command>,
-          <keycombo><keycap>Ctrl</keycap><keycap>C</keycap></keycombo> will be ignored by the
-          executable, and needs to be handled by the pager.</para>
+          <listitem>
+            <para>This option instructs the pager to exit immediately when
+            <keycombo><keycap>Ctrl</keycap><keycap>C</keycap></keycombo> is pressed. To allow
+            <command>less</command> to handle <keycombo><keycap>Ctrl</keycap><keycap>C</keycap></keycombo>
+            itself to switch back to the pager command prompt, unset this option.</para>
+
+            <para>If the value of <varname>$SYSTEMD_LESS</varname> does not include <literal>K</literal>,
+            and the pager that is invoked is <command>less</command>,
+            <keycombo><keycap>Ctrl</keycap><keycap>C</keycap></keycombo> will be ignored by the
+            executable, and needs to be handled by the pager.</para>
+          </listitem>
         </varlistentry>
 
         <varlistentry>
           <term><option>X</option></term>
 
-          <para>This option instructs the pager to not send termcap initialization and deinitialization
-          strings to the terminal. It is set by default to allow command output to remain visible in the
-          terminal even after the pager exits. Nevertheless, this prevents some pager functionality from
-          working, in particular paged output cannot be scrolled with the mouse.</para>
+          <listitem>
+            <para>This option instructs the pager to not send termcap initialization and deinitialization
+            strings to the terminal. It is set by default to allow command output to remain visible in the
+            terminal even after the pager exits. Nevertheless, this prevents some pager functionality from
+            working, in particular paged output cannot be scrolled with the mouse.</para>
+        </listitem>
         </varlistentry>
       </variablelist>