summary refs log tree commit diff
path: root/doc/stdenv/stdenv.chapter.md
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2022-07-24 04:14:09 +0300
committerGitHub <noreply@github.com>2022-07-24 04:14:09 +0300
commit79e866900325d112238e961442a233506b6a0979 (patch)
treeb8e22eccd66666cb10c60219111384f3f5c8277d /doc/stdenv/stdenv.chapter.md
parent649646d7b7c0a1a1e73db221dae8533771918d39 (diff)
parentba1efa71ae3d5055e3076eaad7cf7e6a6e800066 (diff)
downloadnixpkgs-79e866900325d112238e961442a233506b6a0979.tar
nixpkgs-79e866900325d112238e961442a233506b6a0979.tar.gz
nixpkgs-79e866900325d112238e961442a233506b6a0979.tar.bz2
nixpkgs-79e866900325d112238e961442a233506b6a0979.tar.lz
nixpkgs-79e866900325d112238e961442a233506b6a0979.tar.xz
nixpkgs-79e866900325d112238e961442a233506b6a0979.tar.zst
nixpkgs-79e866900325d112238e961442a233506b6a0979.zip
Merge pull request #179603 from Artturin/subplacemultiple
Diffstat (limited to 'doc/stdenv/stdenv.chapter.md')
-rw-r--r--doc/stdenv/stdenv.chapter.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/stdenv/stdenv.chapter.md b/doc/stdenv/stdenv.chapter.md
index 5f7f45dc443..ebfda97ba77 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` \<file\> \<subs\> {#fun-substituteInPlace}
+### `substituteInPlace` \<multiple files\> \<subs\> {#fun-substituteInPlace}
 
-Like `substitute`, but performs the substitutions in place on the file \<file\>.
+Like `substitute`, but performs the substitutions in place on the files passed.
 
 ### `substituteAll` \<infile\> \<outfile\> {#fun-substituteAll}