aboutsummaryrefslogtreecommitdiff
path: root/doc/manual
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual')
-rw-r--r--doc/manual/nix-store.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/manual/nix-store.xml b/doc/manual/nix-store.xml
index 63ddef28e..416438a0b 100644
--- a/doc/manual/nix-store.xml
+++ b/doc/manual/nix-store.xml
@@ -296,8 +296,12 @@ options control what gets deleted and in what order:
<varlistentry><term><option>--max-freed</option> <replaceable>bytes</replaceable></term>
<listitem><para>Keep deleting paths until at least
- <replaceable>bytes</replaceable> bytes have been
- deleted, then stop.</para></listitem>
+ <replaceable>bytes</replaceable> bytes have been deleted, then
+ stop. The argument <replaceable>bytes</replaceable> can be
+ followed by the multiplicative suffix <literal>K</literal>,
+ <literal>M</literal>, <literal>G</literal> or
+ <literal>T</literal>, denoting KiB, MiB, GiB or TiB
+ units.</para></listitem>
</varlistentry>