summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2011-07-28 20:33:20 +0000
committerShea Levy <shea@shealevy.com>2011-07-28 20:33:20 +0000
commit1eb378d0c4ae62e806286f2ebdfce972a50a9b9d (patch)
tree2af5bb4fb3aa84e600be563935ed27e8c2fd45d8 /doc
parent1a43ce8e08e1e294dc1f39a7f5bef2fe9d088711 (diff)
Document substituteAllInPlace
svn path=/nixpkgs/branches/stdenv-updates/; revision=27994
Diffstat (limited to 'doc')
-rw-r--r--doc/stdenv.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/stdenv.xml b/doc/stdenv.xml
index 7e04cf20fe75d..9c9b61cd1dce8 100644
--- a/doc/stdenv.xml
+++ b/doc/stdenv.xml
@@ -1062,7 +1062,16 @@ echo @foo@
     That is, no substitution is performed for undefined variables.</para></listitem>
   </varlistentry>
 
-  
+
+  <varlistentry xml:id='fun-substituteAllInPlace'>
+    <term><function>substituteAllInPlace</function>
+    <replaceable>file</replaceable></term>
+    <listitem><para>Like <function>substituteAll</function>, but performs
+    the substitutions in place on the file
+    <replaceable>file</replaceable>.</para></listitem>
+  </varlistentry>
+
+
   <varlistentry xml:id='fun-stripHash'>
     <term><function>stripHash</function>
     <replaceable>path</replaceable></term>