summaryrefslogtreecommitdiffstats
path: root/doc/zcat.1
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-01-23 05:54:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-01-23 05:54:09 +0000
commitb95f39dfdb659097af23465ec2a533a254fd4ac5 (patch)
treec706cd4227ea65ece171824e07a2f5cf98a291b0 /doc/zcat.1
parentAdding upstream version 1.12. (diff)
downloadzutils-b95f39dfdb659097af23465ec2a533a254fd4ac5.tar.xz
zutils-b95f39dfdb659097af23465ec2a533a254fd4ac5.zip
Adding upstream version 1.13~rc1.upstream/1.13_rc1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/zcat.1')
-rw-r--r--doc/zcat.18
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/zcat.1 b/doc/zcat.1
index 8fc6d51..97701f2 100644
--- a/doc/zcat.1
+++ b/doc/zcat.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16.
-.TH ZCAT "1" "January 2023" "zutils 1.12" "User Commands"
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
+.TH ZCAT "1" "December 2023" "zutils 1.13-rc1" "User Commands"
.SH NAME
zcat \- decompress and concatenate files to standard output
.SH SYNOPSIS
@@ -10,8 +10,8 @@ zcat copies each file argument to standard output in sequence. If any
file given is compressed, its decompressed content is copied. If a file
given does not exist, and its name does not end with one of the known
extensions, zcat tries the compressed file names corresponding to the
-formats supported. If a file fails to decompress, zcat continues copying the
-rest of the files.
+formats supported until one is found. If a file fails to decompress, zcat
+continues copying the rest of the files.
.PP
If a file is specified as '\-', data are read from standard input,
decompressed if needed, and sent to standard output. Data read from