From be34969e5cf4b019d29d284c5dc32302b308b2b2 Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Wed, 6 Nov 2019 15:07:35 -0800 Subject: [PATCH] minor man page fix --- programs/zstd.1 | 4 ++-- programs/zstd.1.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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. -- 2.47.2