diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-01-22T09·35+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-01-22T09·35+0000 |
commit | cdb50886f40e879d7b9abcfdd3ff4ac9d66f6242 (patch) | |
tree | 3e02942443485c6b73814209c113f23c60337e5d /doc/manual/nix-store.xml | |
parent | 3c4bc7276a4599867c46e872858550499a94c641 (diff) |
* Typos.
Diffstat (limited to 'doc/manual/nix-store.xml')
-rw-r--r-- | doc/manual/nix-store.xml | 4 |
1 files changed, 2 insertions, 2 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> |