aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2020-09-26 19:20:46 +0300
committerGitHub <noreply@github.com>2020-09-26 19:20:46 +0300
commitf1d01c9d585be32bca5927ef95e722e91cadc9e3 (patch)
treea56c206fffa785ec4e3245a7b6569c7faef5e68d /doc
parentf85b2a1c89c40307dae37c01671e61d30ca1fdb9 (diff)
parent92ad9e9dc4e2f656e5f15103eaa851e9916a0335 (diff)
Merge pull request #93332 from wamserma/docs-remove-replace-link
docs.stdenv: remove reference to replace tool
Diffstat (limited to 'doc')
-rw-r--r--doc/stdenv/stdenv.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/stdenv/stdenv.xml b/doc/stdenv/stdenv.xml
index f97c2a145af5..42fae73e8816 100644
--- a/doc/stdenv/stdenv.xml
+++ b/doc/stdenv/stdenv.xml
@@ -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 don’t have to worry about escaping special characters. It supports performing substitutions on binary files (such as executables), though there you’ll probably want to make sure that the replacement string is as long as the replaced string.
- </para>
</listitem>
</varlistentry>
<varlistentry xml:id='fun-substituteInPlace'>