diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2018-02-22T16·14+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2018-02-22T16·14+0100 |
commit | 2691d51a33b73d2aa22a520fe7feab85e170d104 (patch) | |
tree | 3d7295b3c168d7d1eb7601b30f495596d5b94cd6 /doc | |
parent | b6dec2f3ca312431e2e06f0f3564880ef78e6bc6 (diff) |
Doh
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/release-notes/rl-2.0.xml | 10 |
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> |