about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/release-notes/rl-2.0.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/manual/release-notes/rl-2.0.xml b/doc/manual/release-notes/rl-2.0.xml
index 25b9beb009b9..94098bd864c2 100644
--- a/doc/manual/release-notes/rl-2.0.xml
+++ b/doc/manual/release-notes/rl-2.0.xml
@@ -323,13 +323,12 @@
 
       <listitem>
         <para><command>nix sign-paths</command> signs store
-        paths. (TODO: add examples)</para>
+        paths.</para>
       </listitem>
 
       <listitem>
         <para><command>nix copy-sigs</command> copies signatures from
-        one store to another. (TODO: add examples and
-        tests)</para>
+        one store to another.</para>
       </listitem>
 
       <listitem>
@@ -460,7 +459,7 @@
         secret keys specified by the <option>secret-key-files</option>
         store option. Secret/public key pairs can be generated using
         <command>nix-store
-        --generate-binary-cache-key</command>. (TODO: rename)</para>
+        --generate-binary-cache-key</command>.</para>
 
         <para>In addition, locally-built store paths are marked as
         “ultimately trusted”, but this bit is not propagated when
@@ -723,8 +722,7 @@ configureFlags = "--prefix=${placeholder "out"} --includedir=${placeholder "dev"
 
     will cause the <envar>configureFlags</envar> environment variable
     to contain the actual store paths corresponding to the
-    <literal>out</literal> and <literal>dev</literal> outputs. TODO:
-    add docs.</para>
+    <literal>out</literal> and <literal>dev</literal> outputs.</para>
   </listitem>
 
 </itemizedlist>