chiark / gitweb /
Merge from existing archive branch
[pcre3.git] / debian / patches / pcregrep.1-patch
1 From: Mark Baker <mark@mnb.org.uk>
2 Date: Wed, 13 Jul 2016 21:20:13 +0100
3 Subject: pcregrep.1-patch
4
5 ---
6  doc/pcregrep.1 | 4 ++++
7  1 file changed, 4 insertions(+)
8
9 diff --git a/doc/pcregrep.1 b/doc/pcregrep.1
10 index 9886675..07b8f57 100644
11 --- a/doc/pcregrep.1
12 +++ b/doc/pcregrep.1
13 @@ -3,6 +3,7 @@
14  pcregrep - a grep with Perl-compatible regular expressions.
15  .SH SYNOPSIS
16  .B pcregrep [options] [long options] [pattern] [path1 path2 ...]
17 +.B zpcregrep [options] [long options] [pattern] [file1 file2 ...]
18  .
19  .SH DESCRIPTION
20  .rs
21 @@ -87,6 +88,9 @@ the matching substrings are being shown.
22  If the \fBLC_ALL\fP or \fBLC_CTYPE\fP environment variable is set,
23  \fBpcregrep\fP uses the value to set a locale when calling the PCRE library.
24  The \fB--locale\fP option can be used to override this.
25 +.P
26 +\fBzpcregrep\fR is a wrapper script that allows pcregrep to work on
27 +gzip compressed files.
28  .
29  .
30  .SH "SUPPORT FOR COMPRESSED FILES"