about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2004-01-22T09·35+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2004-01-22T09·35+0000
commitcdb50886f40e879d7b9abcfdd3ff4ac9d66f6242 (patch)
tree3e02942443485c6b73814209c113f23c60337e5d /doc
parent3c4bc7276a4599867c46e872858550499a94c641 (diff)
* Typos.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/nix-store.xml4
-rw-r--r--doc/manual/quick-start.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual/nix-store.xml b/doc/manual/nix-store.xml
index 8c6bcfe3737d..7758d04eacdf 100644
--- a/doc/manual/nix-store.xml
+++ b/doc/manual/nix-store.xml
@@ -259,13 +259,13 @@
             </para>
             <screen>
 nix-store --realise /nix/store/bla.store
-x=`nix-store --query --normalise /nix/store/bla.store
+x=`nix-store --query --normalise /nix/store/bla.store`
 <emphasis>(do something with the path $x</emphasis></screen>
             <para>
               which using this flag can be written as
             </para>
             <screen>
-x=`nix-store --query --normalise --force-realise /nix/store/bla.store
+x=`nix-store --query --normalise --force-realise /nix/store/bla.store`
 <emphasis>(do something with the path $x</emphasis></screen>
           </listitem>
         </varlistentry>
diff --git a/doc/manual/quick-start.xml b/doc/manual/quick-start.xml
index f4deb0bbbfae..ec49dfb279b6 100644
--- a/doc/manual/quick-start.xml
+++ b/doc/manual/quick-start.xml
@@ -119,7 +119,7 @@ $ nix-env -e hello</screen>
         by downloading and unpacking the new release and doing:
 
         <screen>
-$ nix-env -uBf nixpkgs-<replaceable>version</replaceable> '*'</screen>
+$ nix-env -uBf nixpkgs-<replaceable>version</replaceable>/ '*'</screen>
 
       </para>
     </listitem>