diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-16T09·20+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-09-16T09·20+0200 |
commit | 67e5dd3ce9f46f810c06e16671e98f8e56b4e25c (patch) | |
tree | a097e37648f79a76684f9ad5aff6af3882f48910 /doc/manual/opt-common.xml | |
parent | d2d5543625f93961b87812372858713b70a243d4 (diff) |
Add some hyperlinks between NIXPATH and -I
Diffstat (limited to 'doc/manual/opt-common.xml')
-rw-r--r-- | doc/manual/opt-common.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/manual/opt-common.xml b/doc/manual/opt-common.xml index f8584f4d62ed..7cef96b1b2f0 100644 --- a/doc/manual/opt-common.xml +++ b/doc/manual/opt-common.xml @@ -351,13 +351,14 @@ </varlistentry> -<varlistentry><term><option>-I</option> <replaceable>path</replaceable></term> +<varlistentry xml:id="opt-I"><term><option>-I</option> <replaceable>path</replaceable></term> <listitem><para>Add a path to the Nix expression search path. This - option may be given multiple times. See the <envar>NIX_PATH</envar> - 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> + option may be given multiple times. See the <envar + linkend="env-NIX_PATH">NIX_PATH</envar> 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> </varlistentry> |