chiark / gitweb /
Import debian/ directory from 2:8.38-3.1
[pcre3.git] / debian / patches / pcregrep.1-patch
1 From: Mark Baker <mark@mnb.org.uk>
2 Description: Mention zpcregrep wrapper script in pcregrep man page.
3
4
5 Index: pcre3/doc/pcregrep.1
6 ===================================================================
7 --- pcre3.orig/doc/pcregrep.1   2014-04-04 14:37:38.000000000 +0100
8 +++ pcre3/doc/pcregrep.1        2015-12-22 12:39:07.000000000 +0000
9 @@ -3,6 +3,7 @@
10  pcregrep - a grep with Perl-compatible regular expressions.
11  .SH SYNOPSIS
12  .B pcregrep [options] [long options] [pattern] [path1 path2 ...]
13 +.B zpcregrep [options] [long options] [pattern] [file1 file2 ...]
14  .
15  .SH DESCRIPTION
16  .rs
17 @@ -87,6 +88,9 @@
18  If the \fBLC_ALL\fP or \fBLC_CTYPE\fP environment variable is set,
19  \fBpcregrep\fP uses the value to set a locale when calling the PCRE library.
20  The \fB--locale\fP option can be used to override this.
21 +.P
22 +\fBzpcregrep\fR is a wrapper script that allows pcregrep to work on
23 +gzip compressed files.
24  .
25  .
26  .SH "SUPPORT FOR COMPRESSED FILES"