From: Lennart Poettering Date: Mon, 22 Apr 2024 10:39:30 +0000 (+0200) Subject: man: say explicitly that $LESS + $LESSCHARSET have no effect on less invocations... X-Git-Tag: v256-rc1~71^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afc194a135fe6d3680e471eeb177961eeffbcfb3;p=thirdparty%2Fsystemd.git man: say explicitly that $LESS + $LESSCHARSET have no effect on less invocations by systemd tools Fixes: #29479 --- diff --git a/man/common-variables.xml b/man/common-variables.xml index 58a285c8335..2d26bf72428 100644 --- a/man/common-variables.xml +++ b/man/common-variables.xml @@ -146,6 +146,9 @@ + Note that setting the regular $LESS environment variable has no effect + for less invocations by systemd tools. + See less1 for more discussion. @@ -155,7 +158,10 @@ $SYSTEMD_LESSCHARSET Override the charset passed to less (by default utf-8, if - the invoking terminal is determined to be UTF-8 compatible). + the invoking terminal is determined to be UTF-8 compatible). + + Note that setting the regular $LESSCHARSET environment variable has no effect + for less invocations by systemd tools.