about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorMartin Bravenboer <martin.bravenboer@logicblox.com>2004-01-22T08·47+0000
committerMartin Bravenboer <martin.bravenboer@logicblox.com>2004-01-22T08·47+0000
commit4f72b408a5b0cf4401362960000763322eeb1846 (patch)
treea889da46d1863168aa61a4d5912270dd8e6f107c /doc
parent840551ebdb6ca09ab733081dd0e92daee73ba900 (diff)
Typos and url losser -> catamaran
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/overview.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/manual/overview.xml b/doc/manual/overview.xml
index 191f7a6fe094..5525f4bc0814 100644
--- a/doc/manual/overview.xml
+++ b/doc/manual/overview.xml
@@ -156,7 +156,7 @@ $ nix-env -if pkgs/system/i686-linux.nix pan</screen>
 
     <para>
       While the substitute mechanism is a generic mechanism, Nix provides two
-      standard tools called <command>nix-push</command> and
+      standard tools called <command>nix-pull</command> and
       <command>nix-push</command> that maintain and use a shared cache of
       prebuilt derivations on some network site (reachable through HTTP).  If
       you attempt to install some package that someone else has previously
@@ -173,8 +173,9 @@ $ nix-env -if pkgs/system/i686-linux.nix pan</screen>
     </para>
 
     <screen>
-$ nix-pull http://losser.st-lab.cs.uu.nl/~eelco/nix-dist/
-obtaining list of Nix archives at http://losser.st-lab.cs.uu.nl/~eelco/nix-dist...
+$ nix-pull
+http://catamaran.labs.cs.uu.nl/~eelco/nix/nixpkgs-<replaceable>version</replaceable>/
+obtaining list of Nix archives at http://catamaran.labs.cs.uu.nl/~eelco/nix/nixpkgs-<replaceable>version</replaceable>...
 ...</screen>
 
     <para>