From ba1efa71ae3d5055e3076eaad7cf7e6a6e800066 Mon Sep 17 00:00:00 2001 From: Artturin Date: Wed, 29 Jun 2022 21:04:31 +0300 Subject: stdenv: substituteInPlace: accept multiple filenames I don't know if getopt is available everywhere, so I did not use it. in any case, it can be changed to use getopt in the future if needed. --- doc/stdenv/stdenv.chapter.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/stdenv/stdenv.chapter.md') diff --git a/doc/stdenv/stdenv.chapter.md b/doc/stdenv/stdenv.chapter.md index b57698cb90b..83464a759a5 100644 --- a/doc/stdenv/stdenv.chapter.md +++ b/doc/stdenv/stdenv.chapter.md @@ -913,9 +913,9 @@ substitute ./foo.in ./foo.out \ --subst-var someVar ``` -### `substituteInPlace` \ \ {#fun-substituteInPlace} +### `substituteInPlace` \ \ {#fun-substituteInPlace} -Like `substitute`, but performs the substitutions in place on the file \. +Like `substitute`, but performs the substitutions in place on the files passed. ### `substituteAll` \ \ {#fun-substituteAll} -- cgit 1.4.1