From: Yann Collet Date: Wed, 6 Nov 2019 23:07:35 +0000 (-0800) Subject: minor man page fix X-Git-Tag: v1.4.5^2~141^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be34969e5cf4b019d29d284c5dc32302b308b2b2;p=thirdparty%2Fzstd.git minor man page fix --- diff --git a/programs/zstd.1 b/programs/zstd.1 index b5b4134c0..1ff655d17 100644 --- a/programs/zstd.1 +++ b/programs/zstd.1 @@ -1,5 +1,5 @@ . -.TH "ZSTD" "1" "October 2019" "zstd 1.4.4" "User Commands" +.TH "ZSTD" "1" "November 2019" "zstd 1.4.4" "User Commands" . .SH "NAME" \fBzstd\fR \- zstd, zstdmt, unzstd, zstdcat \- Compress or decompress \.zst files @@ -156,7 +156,7 @@ Note: If \fBwindowLog\fR is set to larger than 27, \fB\-\-long=windowLog\fR or \ \fB\-r\fR: operate recursively on directories . .IP "\(bu" 4 -\fB\-\-filelist=FILE\fR read a list of files to process as content from \fBFILE\fR\. Format is compatible with \fBls\fR output, with one file per file\. +\fB\-\-filelist=FILE\fR read a list of files to process as content from \fBFILE\fR\. Format is compatible with \fBls\fR output, with one file per line\. . .IP "\(bu" 4 \fB\-\-output\-dir\-flat[=dir]\fR: resulting files are stored into target \fBdir\fR directory, instead of same directory as origin file\. Be aware that this command can introduce name collision issues, if multiple files, from different directories, end up having the same name\. Collision resolution ensures first file with a given name will be present in \fBdir\fR, while in combination with \fB\-f\fR, the last file will be present instead\. diff --git a/programs/zstd.1.md b/programs/zstd.1.md index 50dc7c8f9..edb5ea0a9 100644 --- a/programs/zstd.1.md +++ b/programs/zstd.1.md @@ -193,7 +193,7 @@ the last one takes effect. operate recursively on directories * `--filelist=FILE` read a list of files to process as content from `FILE`. - Format is compatible with `ls` output, with one file per file. + Format is compatible with `ls` output, with one file per line. * `--output-dir-flat[=dir]`: resulting files are stored into target `dir` directory, instead of same directory as origin file.