diff options
Diffstat (limited to 'doc/manual/nix-store.xml')
-rw-r--r-- | doc/manual/nix-store.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/manual/nix-store.xml b/doc/manual/nix-store.xml index a32559c033f4..aaacb7cfb1d1 100644 --- a/doc/manual/nix-store.xml +++ b/doc/manual/nix-store.xml @@ -212,7 +212,6 @@ linkend="sec-nix-build"><command>nix-build</command></link> does.</para> <arg choice='plain'><option>--delete</option></arg> </group> <arg><option>--max-freed</option> <replaceable>bytes</replaceable></arg> - <arg><option>--max-links</option> <replaceable>nrlinks</replaceable></arg> </cmdsynopsis> </refsection> @@ -280,16 +279,6 @@ options control what gets deleted and in what order: </varlistentry> - <varlistentry><term><option>--max-links</option> <replaceable>nrlinks</replaceable></term> - - <listitem><para>Keep deleting paths until the hard link count on - <filename>/nix/store</filename> is less than - <replaceable>nrlinks</replaceable>, then stop. This is useful for - very large Nix stores on filesystems with a 32000 subdirectories - limit (like <literal>ext3</literal>).</para></listitem> - - </varlistentry> - </variablelist> </para> |