diff options
author | Ivan Kozik <ivan@ludios.org> | 2013-08-10T21·36+0000 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-08-26T09·15+0200 |
commit | 34bb806f747d5edc16119e38e2ac44e6b236ac12 (patch) | |
tree | bee9d463cd53277998bc20b7b37e78745461ce25 /doc/manual/env-common.xml | |
parent | c6c024ca6f587dab991589ad6fdf010b9f0e6d62 (diff) |
Fix typos, especially those that end up in the Nix manual
Diffstat (limited to 'doc/manual/env-common.xml')
-rw-r--r-- | doc/manual/env-common.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/env-common.xml b/doc/manual/env-common.xml index bc10bc069f50..e6a358931848 100644 --- a/doc/manual/env-common.xml +++ b/doc/manual/env-common.xml @@ -293,7 +293,7 @@ $ mount -o bind /mnt/otherdisk/nix /nix</screen> <varlistentry xml:id="envar-other-stores"><term><envar>NIX_OTHER_STORES</envar></term> <listitem><para>This variable contains the paths of remote Nix - installations from whichs paths can be copied, separated by colons. + installations from which packages can be copied, separated by colons. <phrase condition="manual">See <xref linkend="sec-sharing-packages" /> for details.</phrase> Each path should be the <filename>/nix</filename> directory of a remote Nix installation |