diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-08-21T16·05+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-08-21T16·05+0000 |
commit | 1a9a1f2768bac5defe4c2e39e5a9ccdee0e05d55 (patch) | |
tree | d3d0269ae4b2392edd5b547215fa527283c70725 /doc/manual/env-common.xml | |
parent | cc0505f033f9d7f55837dca7b3bb4fb3d2969afb (diff) |
* Convert to DocBook 5.
* Use Jing for RelaxNG validation, xmllint seems buggy.
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> |