chiark / gitweb /
pcre3 (2:8.35-3.3) unstable; urgency=medium
[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: pcre-8.30/doc/pcregrep.1
6 ===================================================================
7 --- pcre-8.30.orig/doc/pcregrep.1       2011-09-11 16:28:04.000000000 +0200
8 +++ pcre-8.30/doc/pcregrep.1    2012-03-23 11:05:02.276360705 +0100
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 @@ -82,6 +83,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"