chiark / gitweb /
Reapply patches
[pcre3.git] / doc / pcregrep.1
index 988667542f24cae86948c46bed70e623d98a8e71..07b8f575d849a3afbc3847de393049e9c770f03a 100644 (file)
@@ -3,6 +3,7 @@
 pcregrep - a grep with Perl-compatible regular expressions.
 .SH SYNOPSIS
 .B pcregrep [options] [long options] [pattern] [path1 path2 ...]
+.B zpcregrep [options] [long options] [pattern] [file1 file2 ...]
 .
 .SH DESCRIPTION
 .rs
@@ -87,6 +88,9 @@ the matching substrings are being shown.
 If the \fBLC_ALL\fP or \fBLC_CTYPE\fP environment variable is set,
 \fBpcregrep\fP uses the value to set a locale when calling the PCRE library.
 The \fB--locale\fP option can be used to override this.
+.P
+\fBzpcregrep\fR is a wrapper script that allows pcregrep to work on
+gzip compressed files.
 .
 .
 .SH "SUPPORT FOR COMPRESSED FILES"