From 92ad9e9dc4e2f656e5f15103eaa851e9916a0335 Mon Sep 17 00:00:00 2001 From: "Markus S. Wamser" Date: Fri, 17 Jul 2020 08:21:09 +0200 Subject: docs.stdenv: remove reference to replace tool --- doc/stdenv/stdenv.xml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'doc/stdenv') diff --git a/doc/stdenv/stdenv.xml b/doc/stdenv/stdenv.xml index 818e6c5da00..5641978ab16 100644 --- a/doc/stdenv/stdenv.xml +++ b/doc/stdenv/stdenv.xml @@ -1636,10 +1636,6 @@ substitute ./foo.in ./foo.out \ --subst-var someVar - - substitute is implemented using the replace command. Unlike with the sed 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. - -- cgit 1.4.1