aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2018-03-18 13:27:30 +0100
committerEelco Dolstra <edolstra@gmail.com>2018-03-18 13:27:30 +0100
commitb2074f0892cefff24646c9c346d7454fe92a0c27 (patch)
treedaeed2c31ade62612586d21419331cab4ab3c3c7
parent43bef1b82c4a06a916b99643adaf398b04e18870 (diff)
Fix bad XML
-rw-r--r--doc/manual/command-ref/conf-file.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/manual/command-ref/conf-file.xml b/doc/manual/command-ref/conf-file.xml
index 4a94b9355..6638bf61e 100644
--- a/doc/manual/command-ref/conf-file.xml
+++ b/doc/manual/command-ref/conf-file.xml
@@ -123,7 +123,7 @@ false</literal>.</para>
</varlistentry>
- <varlistentry xmls:id="conf-auto-optimise-store"><term><literal>auto-optimise-store</literal></term>
+ <varlistentry xml:id="conf-auto-optimise-store"><term><literal>auto-optimise-store</literal></term>
<listitem><para>If set to <literal>true</literal>, Nix
automatically detects files in the store that have identical
@@ -452,7 +452,6 @@ builtins.fetchurl {
<para>When the disk reaches <literal>min-free</literal> bytes of free disk space during a build, nix
will start to garbage-collection until <literal>max-free</literal> bytes are available on the disk.
A value of <literal>0</literal> (the default) means that this feature is disabled.</para>
- </para>
</listitem>
</varlistentry>