From 1eb378d0c4ae62e806286f2ebdfce972a50a9b9d Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Thu, 28 Jul 2011 20:33:20 +0000 Subject: [PATCH] Document substituteAllInPlace svn path=/nixpkgs/branches/stdenv-updates/; revision=27994 --- doc/stdenv.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/stdenv.xml b/doc/stdenv.xml index 7e04cf20fe75..9c9b61cd1dce 100644 --- a/doc/stdenv.xml +++ b/doc/stdenv.xml @@ -1062,7 +1062,16 @@ echo @foo@ That is, no substitution is performed for undefined variables. - + + + substituteAllInPlace + file + Like substituteAll, but performs + the substitutions in place on the file + file. + + + stripHash path