diff options
Diffstat (limited to 'doc/manual/env-common.xml')
-rw-r--r-- | doc/manual/env-common.xml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/manual/env-common.xml b/doc/manual/env-common.xml index 2d25d3b283da..75ce39f40654 100644 --- a/doc/manual/env-common.xml +++ b/doc/manual/env-common.xml @@ -1,4 +1,9 @@ -<sect1 id="sec-common-env"><title>Common environment variables</title> +<section xmlns="http://docbook.org/ns/docbook" + xmlns:xlink="http://www.w3.org/1999/xlink" + xml:id="sec-common-env"> + +<title>Common environment variables</title> + <para>Most Nix commands interpret the following environment variables:</para> @@ -118,7 +123,7 @@ $ mount -o bind /mnt/otherdisk/nix /nix</screen> </varlistentry> -<varlistentry id="envar-build-hook"><term><envar>NIX_BUILD_HOOK</envar></term> +<varlistentry xml:id="envar-build-hook"><term><envar>NIX_BUILD_HOOK</envar></term> <listitem> @@ -271,4 +276,5 @@ $ mount -o bind /mnt/otherdisk/nix /nix</screen> </variablelist> -</sect1> + +</section> |