aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/command-ref/opt-common.xml
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-07-23 10:38:19 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-07-23 18:27:11 +0200
commitc20c0823838d257b1e18e71c307f53afac0d2b39 (patch)
tree71953a617b385c30ad8563bce4fc61879a2a3742 /doc/manual/command-ref/opt-common.xml
parent942cd687f9ae190fc9a989a46c3207bd38377ade (diff)
<envar> -> <literal>
Diffstat (limited to 'doc/manual/command-ref/opt-common.xml')
-rw-r--r--doc/manual/command-ref/opt-common.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual/command-ref/opt-common.xml b/doc/manual/command-ref/opt-common.xml
index a68eef1d0..150e732ff 100644
--- a/doc/manual/command-ref/opt-common.xml
+++ b/doc/manual/command-ref/opt-common.xml
@@ -160,7 +160,7 @@
<varlistentry xml:id="opt-cores"><term><option>--cores</option></term>
- <listitem><para>Sets the value of the <envar>NIX_BUILD_CORES</envar>
+ <listitem><para>Sets the value of the <literal>NIX_BUILD_CORES</literal>
environment variable in the invocation of builders. Builders can
use this variable at their discretion to control the maximum amount
of parallelism. For instance, in Nixpkgs, if the derivation
@@ -370,10 +370,10 @@
<listitem><para>Add a path to the Nix expression search path. This
option may be given multiple times. See the <envar
- linkend="env-NIX_PATH">NIX_PATH</envar> environment variable for
+ linkend="env-NIX_PATH">NIX_PATH</literal> environment variable for
information on the semantics of the Nix search path. Paths added
through <option>-I</option> take precedence over
- <envar>NIX_PATH</envar>.</para></listitem>
+ <literal>NIX_PATH</literal>.</para></listitem>
</varlistentry>