about summary refs log tree commit diff
path: root/doc/manual/nix-store.xml
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-10-04T17·37-0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-10-04T17·37-0400
commitbfaa5635de8ed83085dfeb265227cc25a32ce07c (patch)
tree09d17f62ac0d74c3fb2864ba9ab7538898856721 /doc/manual/nix-store.xml
parent904f50412cdd0b7d0ef4933e7a5b652a9454d644 (diff)
Manual: Don't use a store path that actually exists
http://hydra.nixos.org/build/3124130
Diffstat (limited to 'doc/manual/nix-store.xml')
-rw-r--r--doc/manual/nix-store.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/manual/nix-store.xml b/doc/manual/nix-store.xml
index 22bcb41e8763..64343b8ec89b 100644
--- a/doc/manual/nix-store.xml
+++ b/doc/manual/nix-store.xml
@@ -899,13 +899,13 @@ critical system component like the GNU C Library).</para></warning>
 <refsection><title>Example</title>
 
 <screen>
-$ nix-store --verify-path /nix/store/cj7a81wsm1ijwwpkks3725661h3263p5-glibc-2.13
-path `/nix/store/cj7a81wsm1ijwwpkks3725661h3263p5-glibc-2.13' was modified!
+$ nix-store --verify-path /nix/store/dj7a81wsm1ijwwpkks3725661h3263p5-glibc-2.13
+path `/nix/store/dj7a81wsm1ijwwpkks3725661h3263p5-glibc-2.13' was modified!
   expected hash `2db57715ae90b7e31ff1f2ecb8c12ec1cc43da920efcbe3b22763f36a1861588',
   got `481c5aa5483ebc97c20457bb8bca24deea56550d3985cda0027f67fe54b808e4'
 
-$ nix-store --repair-path /nix/store/cj7a81wsm1ijwwpkks3725661h3263p5-glibc-2.13
-fetching path `/nix/store/cj7a81wsm1ijwwpkks3725661h3263p5-glibc-2.13'...
+$ nix-store --repair-path /nix/store/dj7a81wsm1ijwwpkks3725661h3263p5-glibc-2.13
+fetching path `/nix/store/d7a81wsm1ijwwpkks3725661h3263p5-glibc-2.13'...

 </screen>