]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/less-variables.xml
test-execute: Add tests for new PassEnvironment= directive
[thirdparty/systemd.git] / man / less-variables.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
4
5 <refsect1>
6 <title>Environment</title>
7
8 <variablelist class='environment-variables'>
9 <varlistentry id='pager'>
10 <term><varname>$SYSTEMD_PAGER</varname></term>
11
12 <listitem><para>Pager to use when
13 <option>--no-pager</option> is not given;
14 overrides <varname>$PAGER</varname>. Setting
15 this to an empty string or the value
16 <literal>cat</literal> is equivalent to passing
17 <option>--no-pager</option>.</para></listitem>
18 </varlistentry>
19
20 <varlistentry id='less'>
21 <term><varname>$SYSTEMD_LESS</varname></term>
22
23 <listitem><para>Override the default
24 options passed to
25 <command>less</command>
26 (<literal>FRSXMK</literal>).</para></listitem>
27 </varlistentry>
28 </variablelist>
29 </refsect1>