External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
930B

  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. doc/pcregrep.1 | 4 ++++
  6. 1 file changed, 4 insertions(+)
  7. diff --git a/doc/pcregrep.1 b/doc/pcregrep.1
  8. index 9886675..07b8f57 100644
  9. --- a/doc/pcregrep.1
  10. +++ b/doc/pcregrep.1
  11. @@ -3,6 +3,7 @@
  12. pcregrep - a grep with Perl-compatible regular expressions.
  13. .SH SYNOPSIS
  14. .B pcregrep [options] [long options] [pattern] [path1 path2 ...]
  15. +.B zpcregrep [options] [long options] [pattern] [file1 file2 ...]
  16. .
  17. .SH DESCRIPTION
  18. .rs
  19. @@ -87,6 +88,9 @@ the matching substrings are being shown.
  20. If the \fBLC_ALL\fP or \fBLC_CTYPE\fP environment variable is set,
  21. \fBpcregrep\fP uses the value to set a locale when calling the PCRE library.
  22. The \fB--locale\fP option can be used to override this.
  23. +.P
  24. +\fBzpcregrep\fR is a wrapper script that allows pcregrep to work on
  25. +gzip compressed files.
  26. .
  27. .
  28. .SH "SUPPORT FOR COMPRESSED FILES"