summaryrefslogtreecommitdiffstats
path: root/man/common-variables.xml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 02:19:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 02:19:38 +0000
commit9aec250ec2362c12c8e6be62ab21b8269bbb4c65 (patch)
treebe3fb598e4ba731ca2e02861dad906f61823cdd2 /man/common-variables.xml
parentAdding debian version 252.23-1~deb12u1. (diff)
downloadsystemd-9aec250ec2362c12c8e6be62ab21b8269bbb4c65.tar.xz
systemd-9aec250ec2362c12c8e6be62ab21b8269bbb4c65.zip
Merging upstream version 252.25.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'man/common-variables.xml')
-rw-r--r--man/common-variables.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/man/common-variables.xml b/man/common-variables.xml
index 0e220b3..4d2092f 100644
--- a/man/common-variables.xml
+++ b/man/common-variables.xml
@@ -129,6 +129,9 @@
</varlistentry>
</variablelist>
+ <para>Note that setting the regular <varname>$LESS</varname> environment variable has no effect
+ for <command>less</command> invocations by systemd tools.</para>
+
<para>See
<citerefentry project='man-pages'><refentrytitle>less</refentrytitle><manvolnum>1</manvolnum></citerefentry>
for more discussion.</para></listitem>
@@ -138,7 +141,10 @@
<term><varname>$SYSTEMD_LESSCHARSET</varname></term>
<listitem><para>Override the charset passed to <command>less</command> (by default <literal>utf-8</literal>, if
- the invoking terminal is determined to be UTF-8 compatible).</para></listitem>
+ the invoking terminal is determined to be UTF-8 compatible).</para>
+
+ <para>Note that setting the regular <varname>$LESSCHARSET</varname> environment variable has no effect
+ for <command>less</command> invocations by systemd tools.</para></listitem>
</varlistentry>
<varlistentry id='lesssecure'>