summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-07-13 21:45:51 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-07-13 21:49:38 +0100
commite7469a3846baf3cc443943106404d90473d5a77a (patch)
tree90172062a643ec18261611b5c9e269f28c66704e /doc
parentae7f22768e13f01eb337330332bf18780b8104c0 (diff)
Reapply patches
* dpkg-source --before-build .
Diffstat (limited to 'doc')
-rw-r--r--doc/pcregrep.14
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/pcregrep.1 b/doc/pcregrep.1
index 9886675..07b8f57 100644
--- a/doc/pcregrep.1
+++ b/doc/pcregrep.1
@@ -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"