summaryrefslogtreecommitdiffstats
path: root/man/common-variables.xml
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2023-12-23 12:25:06 +0100
committerDavid Tardon <dtardon@redhat.com>2023-12-24 09:32:28 +0100
commita5fcbfea45c535d743b805683f643dc97fc39b59 (patch)
treef2ffc82014d34459c8ae0e174085f41b9eb68f41 /man/common-variables.xml
parentman: add missing <cmdsynopsis> wrapper (diff)
downloadsystemd-a5fcbfea45c535d743b805683f643dc97fc39b59.tar.xz
systemd-a5fcbfea45c535d743b805683f643dc97fc39b59.zip
man: add missing <listitem>
Diffstat (limited to 'man/common-variables.xml')
-rw-r--r--man/common-variables.xml30
1 files changed, 17 insertions, 13 deletions
diff --git a/man/common-variables.xml b/man/common-variables.xml
index 97bf911bb2..35ac98048f 100644
--- a/man/common-variables.xml
+++ b/man/common-variables.xml
@@ -116,24 +116,28 @@
<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>