diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2010-06-11 21:48:32 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2010-06-11 21:48:32 +0300 |
commit | bc612d0e0c9e4504c59d49168e87a7ae3e458443 (patch) | |
tree | bd1f3010aee74e5abd7f5d554462dc4f1b2b1eec /src | |
parent | Fix string to uint64_t conversion. (diff) | |
download | xz-bc612d0e0c9e4504c59d49168e87a7ae3e458443.tar.xz |
Clarify the description of the default memlimit in the man page.
Thanks to Denis Excoffier.
Diffstat (limited to 'src')
-rw-r--r-- | src/xz/xz.1 | 4 |
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 |