forked from lix-project/lix
Merge pull request #1721 from expipiplus1/patch-2
Escape left angle brackets in XML documentation
This commit is contained in:
commit
06d4566c2d
|
@ -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://<(echo test)
|
||||
1lkgqb6fclns49861dwk9rzb6xnfkxbpws74mxnx01z9qyv1pjpj
|
||||
$ nix-hash --type sha256 --flat --base32 <(echo test)
|
||||
$ nix-hash --type sha256 --flat --base32 <(echo test)
|
||||
1lkgqb6fclns49861dwk9rzb6xnfkxbpws74mxnx01z9qyv1pjpj
|
||||
</screen>
|
||||
</para>
|
||||
|
|
Loading…
Reference in a new issue