From 35a49f1d7fad32ab2668a9acd0dc18fb191dde8c Mon Sep 17 00:00:00 2001 From: Joe Hermaszewski Date: Sat, 9 Dec 2017 15:31:03 +0000 Subject: [PATCH] Escape left angle brackets in XML documentation --- doc/manual/command-ref/nix-hash.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/command-ref/nix-hash.xml b/doc/manual/command-ref/nix-hash.xml index 8d8213c0..80263e18 100644 --- a/doc/manual/command-ref/nix-hash.xml +++ b/doc/manual/command-ref/nix-hash.xml @@ -126,9 +126,9 @@ cryptographic hash as nix-store --dump Computing the same hash as nix-prefetch-url: -$ nix-prefetch-url file://<(echo test) +$ nix-prefetch-url file://<(echo test) 1lkgqb6fclns49861dwk9rzb6xnfkxbpws74mxnx01z9qyv1pjpj -$ nix-hash --type sha256 --flat --base32 <(echo test) +$ nix-hash --type sha256 --flat --base32 <(echo test) 1lkgqb6fclns49861dwk9rzb6xnfkxbpws74mxnx01z9qyv1pjpj