Skip to content

Commit fda537b

Browse files
authored
Merge pull request #3135 from averred/dev
Typo in man
2 parents f349d18 + 14894d6 commit fda537b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

programs/zstd.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ cut file(s) into independent blocks of size # (default: no block)
250250
\fB\-\-priority=rt\fR
251251
set process priority to real\-time
252252
.P
253-
\fBOutput Format:\fR CompressionLevel#Filename : IntputSize \-> OutputSize (CompressionRatio), CompressionSpeed, DecompressionSpeed
253+
\fBOutput Format:\fR CompressionLevel#Filename : InputSize \-> OutputSize (CompressionRatio), CompressionSpeed, DecompressionSpeed
254254
.P
255255
\fBMethodology:\fR For both compression and decompression speed, the entire input is compressed/decompressed in\-memory to measure speed\. A run lasts at least 1 sec, so when files are small, they are compressed/decompressed several times per run, in order to improve measurement accuracy\.
256256
.SH "ADVANCED COMPRESSION OPTIONS"

programs/zstd.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ BENCHMARK
473473
* `--priority=rt`:
474474
set process priority to real-time
475475

476-
**Output Format:** CompressionLevel#Filename : IntputSize -> OutputSize (CompressionRatio), CompressionSpeed, DecompressionSpeed
476+
**Output Format:** CompressionLevel#Filename : InputSize -> OutputSize (CompressionRatio), CompressionSpeed, DecompressionSpeed
477477

478478
**Methodology:** For both compression and decompression speed, the entire input is compressed/decompressed in-memory to measure speed. A run lasts at least 1 sec, so when files are small, they are compressed/decompressed several times per run, in order to improve measurement accuracy.
479479

0 commit comments

Comments
 (0)