diff options
Diffstat (limited to '')
-rw-r--r-- | doc/zgrep.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/zgrep.1 b/doc/zgrep.1 index 19d6909..dd5699f 100644 --- a/doc/zgrep.1 +++ b/doc/zgrep.1 @@ -1,5 +1,5 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16. -.TH ZGREP "1" "January 2023" "zutils 1.12" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. +.TH ZGREP "1" "December 2023" "zutils 1.13-rc1" "User Commands" .SH NAME zgrep \- search compressed files for a regular expression .SH SYNOPSIS @@ -11,8 +11,8 @@ on any combination of compressed and uncompressed files. If any file given is compressed, its decompressed content is used. If a file given does not exist, and its name does not end with one of the known extensions, zgrep tries the compressed file names corresponding to the -formats supported. If a file fails to decompress, zgrep continues -searching the rest of the files. +formats supported until one is found. If a file fails to decompress, zgrep +continues searching the rest of the files. .PP If a file is specified as '\-', data are read from standard input, decompressed if needed, and fed to grep. Data read from standard input |