summary refs log tree commit diff
path: root/doc/stdenv
diff options
context:
space:
mode:
authorMarkus S. Wamser <github-dev@mail2013.wamser.eu>2020-07-17 08:21:09 +0200
committerMarkus S. Wamser <github-dev@mail2013.wamser.eu>2020-07-17 08:21:09 +0200
commit92ad9e9dc4e2f656e5f15103eaa851e9916a0335 (patch)
tree3198444db4b790040a5eada73dcb7c7a699ce43e /doc/stdenv
parentd5fb235b0949fa232d76f486026d37ed5436f04e (diff)
docs.stdenv: remove reference to replace tool
Diffstat (limited to 'doc/stdenv')
-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 818e6c5da00c2..5641978ab16df 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'>