diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml
index 3140f6297..490305d1b 100644
--- a/doc/manual/release-notes.xml
+++ b/doc/manual/release-notes.xml
@@ -53,6 +53,14 @@ irreversible.
Reference scanning (which happens after each build)
is much faster.
+ TODO: string interpolation
+
+ TODO: string concatenations involving
+ derivations
+
+ TODO: function argument default values can refer to
+ other function arguments
+
diff --git a/doc/manual/troubleshooting.xml b/doc/manual/troubleshooting.xml
index 4179eb841..ebd454a97 100644
--- a/doc/manual/troubleshooting.xml
+++ b/doc/manual/troubleshooting.xml
@@ -55,7 +55,7 @@ so it just gives up.
Solution: remove one of the offending packages from the user
environment (if already installed) using nix-env
--u, or specify exactly which version should be installed
+-e, or specify exactly which version should be installed
(e.g., nix-env -i docbook-xml-4.2).
Alternatively, you can modify the user environment builder