diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-02-12 03:30:10 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-02-12 01:10:31 -0500 |
commit | f366d58dc1fe51b300167446597750d29687c3c5 (patch) | |
tree | 4dc0b0e4575dcf9ade9a0e2b9b1dd73c99bb3292 /man/loginctl.xml | |
parent | db999e0f923ca6c2c1b919d0f1c916472f209e62 (diff) |
pager: support SYSTEMD_LESS environment variable
This allows customization of the arguments used by less. The main
motivation is that some folks might not like having --no-init on every
invocation of less.
Diffstat (limited to 'man/loginctl.xml')
-rw-r--r-- | man/loginctl.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/loginctl.xml b/man/loginctl.xml index 13105d4dcd..ede869f394 100644 --- a/man/loginctl.xml +++ b/man/loginctl.xml @@ -486,6 +486,10 @@ this to an empty string or the value <literal>cat</literal> is equivalent to passing <option>--no-pager</option>.</para></listitem> + <term><varname>$SYSTEMD_LESS</varname></term> + <listitem><para><varname>$SYSTEMD_LESS</varname> overrides the + default options passed to <literal>less</literal> + (<literal>FRSXMK</literal>).</para></listitem> </varlistentry> </variablelist> </refsect1> |