Merge pull request #93332 from wamserma/docs-remove-replace-link

docs.stdenv: remove reference to replace tool
This commit is contained in:
Doron Behar 2020-09-26 19:20:46 +03:00 committed by GitHub
commit f1d01c9d58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1636,10 +1636,6 @@ substitute ./foo.in ./foo.out \
--subst-var someVar
</programlisting>
</para>
<para>
<function>substitute</function> is implemented using the <command
xlink:href="http://replace.richardlloyd.org.uk/">replace</command> command. Unlike with the <command>sed</command> command, you dont have to worry about escaping special characters. It supports performing substitutions on binary files (such as executables), though there youll probably want to make sure that the replacement string is as long as the replaced string.
</para>
</listitem>
</varlistentry>
<varlistentry xml:id='fun-substituteInPlace'>