aboutsummaryrefslogtreecommitdiff
path: root/src/xz/xz.1
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2022-07-12 18:53:04 +0300
committerLasse Collin <lasse.collin@tukaani.org>2022-07-12 18:53:04 +0300
commit0c0f8e9761eb6eaf199082cf144db7ac5f9d8cb2 (patch)
tree15152b9d870c0542d900e55cf5e3fa327ca49db3 /src/xz/xz.1
parentCreated script to generate code coverage reports. (diff)
downloadxz-0c0f8e9761eb6eaf199082cf144db7ac5f9d8cb2.tar.xz
xz: Document the special memlimit case of 2000 MiB on MIPS32.
See commit fc3d3a7296ef58bb799a73943636b8bfd95339f7.
Diffstat (limited to 'src/xz/xz.1')
-rw-r--r--src/xz/xz.18
1 files changed, 6 insertions, 2 deletions
diff --git a/src/xz/xz.1 b/src/xz/xz.1
index 9721ed39..a94417ea 100644
--- a/src/xz/xz.1
+++ b/src/xz/xz.1
@@ -5,7 +5,7 @@
.\" This file has been put into the public domain.
.\" You can do whatever you want with this file.
.\"
-.TH XZ 1 "2021-01-11" "Tukaani" "XZ Utils"
+.TH XZ 1 "2022-07-12" "Tukaani" "XZ Utils"
.
.SH NAME
xz, unxz, xzcat, lzma, unlzma, lzcat \- Compress or decompress .xz and .lzma files
@@ -1033,6 +1033,9 @@ the
.I limit
is set to
.BR "4020\ MiB" .
+On MIPS32
+.B "2000\ MiB"
+is used instead.
(The values
.B 0
and
@@ -1040,7 +1043,8 @@ and
aren't affected by this.
A similar feature doesn't exist for decompression.)
This can be helpful when a 32-bit executable has access
-to 4\ GiB address space while hopefully doing no harm in other situations.
+to 4\ GiB address space (2 GiB on MIPS32)
+while hopefully doing no harm in other situations.
.IP ""
See also the section
.BR "Memory usage" .