Merge pull request #1721 from expipiplus1/patch-2

Escape left angle brackets in XML documentation
This commit is contained in:
Eelco Dolstra
2017-12-11 17:29:36 +01:00
committed by GitHub
+2 -2
View File
@@ -126,9 +126,9 @@ cryptographic hash as <literal>nix-store --dump
<para>Computing the same hash as <command>nix-prefetch-url</command>:
<screen>
$ nix-prefetch-url file://<(echo test)
$ nix-prefetch-url file://&lt;(echo test)
1lkgqb6fclns49861dwk9rzb6xnfkxbpws74mxnx01z9qyv1pjpj
$ nix-hash --type sha256 --flat --base32 <(echo test)
$ nix-hash --type sha256 --flat --base32 &lt;(echo test)
1lkgqb6fclns49861dwk9rzb6xnfkxbpws74mxnx01z9qyv1pjpj
</screen>
</para>