aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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 8c6bcfe37..7758d04ea 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 f4deb0bbb..ec49dfb27 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>