diff options
author | j-keck <jhyphenkeck@gmail.com> | 2015-01-05T12·31+0100 |
---|---|---|
committer | j-keck <jhyphenkeck@gmail.com> | 2015-01-05T14·08+0100 |
commit | 14fb7378dfb2bddb45652cfffe1908d4ff1fc8ea (patch) | |
tree | 4e0720bebe2a1d4eb77b007e55a73f5b9fc55bb3 /doc | |
parent | 2c052278d231653d2f071c752d9d2fb63c67e771 (diff) |
doc: remove wrong phrase.
'... another level of indirection not shown in the figure above ...' but in the 'user-environments.png' figure there is '~/.nix-profile'. the figure was updated with the commit: f982df3 on Mar 16, 2005.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/packages/profiles.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/manual/packages/profiles.xml b/doc/manual/packages/profiles.xml index 60660056fb8e..4d10319abe1c 100644 --- a/doc/manual/packages/profiles.xml +++ b/doc/manual/packages/profiles.xml @@ -120,8 +120,7 @@ can also see all available generations: <screen> $ nix-env --list-generations</screen></para> -<para>Actually, there is another level of indirection not shown in the -figure above. You generally wouldn’t have +<para>You generally wouldn’t have <filename>/nix/var/nix/profiles/<replaceable>some-profile</replaceable>/bin</filename> in your <envar>PATH</envar>. Rather, there is a symlink <filename>~/.nix-profile</filename> that points to your current |