aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2010-06-11 21:48:32 +0300
committerLasse Collin <lasse.collin@tukaani.org>2010-06-11 21:48:32 +0300
commitbc612d0e0c9e4504c59d49168e87a7ae3e458443 (patch)
treebd1f3010aee74e5abd7f5d554462dc4f1b2b1eec
parentFix string to uint64_t conversion. (diff)
downloadxz-bc612d0e0c9e4504c59d49168e87a7ae3e458443.tar.xz
Clarify the description of the default memlimit in the man page.
Thanks to Denis Excoffier.
-rw-r--r--src/xz/xz.14
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xz/xz.1 b/src/xz/xz.1
index 1f2fd9c2..3520d0f9 100644
--- a/src/xz/xz.1
+++ b/src/xz/xz.1
@@ -202,9 +202,9 @@ physical RAM:
.IP \(bu 3
If 40\ % of RAM is at least 80 MiB, 40\ % of RAM is used as the limit.
.IP \(bu 3
-If 80\ % of RAM is over 80 MiB, 80 MiB is used as the limit.
+If 80\ % of RAM is less than 80 MiB, 80\ % of RAM is used as the limit.
.IP \(bu 3
-Otherwise 80\ % of RAM is used as the limit.
+Otherwise 80 MiB is used as the limit.
.PP
When compressing, if the selected compression settings exceed the memory
usage limit, the settings are automatically adjusted downwards and a notice