diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-07-18 13:27:46 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2023-07-18 13:27:46 +0300 |
commit | c972d44103c4edf88e73917ef08bde69db9d06cb (patch) | |
tree | 1eca29f885c96488160d2cffc70ce7f1f76ff78a /src | |
parent | Tests: Improve feature testing for skipping. (diff) | |
download | xz-c972d44103c4edf88e73917ef08bde69db9d06cb.tar.xz |
xz: Fix typo in man page.
The Memory limit information section described three output
columns when it actually has six. This was reworded to
"multiple" to make it more future proof.
Diffstat (limited to '')
-rw-r--r-- | src/xz/xz.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xz/xz.1 b/src/xz/xz.1 index aefb79f2..b2c92d14 100644 --- a/src/xz/xz.1 +++ b/src/xz/xz.1 @@ -2004,7 +2004,7 @@ and . .SS "Memory limit information" .B "xz \-\-robot \-\-info\-memory" -prints a single line with three tab-separated columns: +prints a single line with multiple tab-separated columns: .IP 1. 4 Total amount of physical memory (RAM) in bytes. .IP 2. 4 |