about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-05-08T14·00+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-05-08T14·00+0000
commit8b5aa91aa7da149c0a734bd7a3353658aded9838 (patch)
tree855771d3200c551206995160241b6db9ee1c28c8 /doc
parent5cabd47394a5bb3076f3f5b5a98425665cddef23 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/release-notes.xml8
-rw-r--r--doc/manual/troubleshooting.xml2
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml
index 3140f629785b..490305d1b809 100644
--- a/doc/manual/release-notes.xml
+++ b/doc/manual/release-notes.xml
@@ -53,6 +53,14 @@ irreversible.</para></warning>
   <listitem><para>Reference scanning (which happens after each build)
   is much faster.</para></listitem>
 
+  <listitem><para>TODO: string interpolation</para></listitem>
+
+  <listitem><para>TODO: string concatenations involving
+  derivations</para></listitem>
+
+  <listitem><para>TODO: function argument default values can refer to
+  other function arguments</para></listitem>
+
 </itemizedlist>
 
 </section>
diff --git a/doc/manual/troubleshooting.xml b/doc/manual/troubleshooting.xml
index 4179eb8411d3..ebd454a97266 100644
--- a/doc/manual/troubleshooting.xml
+++ b/doc/manual/troubleshooting.xml
@@ -55,7 +55,7 @@ so it just gives up.</para>
 
 <para>Solution: remove one of the offending packages from the user
 environment (if already installed) using <command>nix-env
--u</command>, or specify exactly which version should be installed
+-e</command>, or specify exactly which version should be installed
 (e.g., <literal>nix-env -i docbook-xml-4.2</literal>).</para>
 
 <para>Alternatively, you can modify the user environment builder