Blame SOURCES/gzip-1.5-missing-grep-options-part2.patch

62137a
From a2c82475de5fb39e5e36586e664f7940e7daf48f Mon Sep 17 00:00:00 2001
62137a
From: Paul Eggert <eggert@cs.ucla.edu>
62137a
Date: Tue, 11 Jun 2013 19:43:21 -0700
62137a
Subject: doc: zgrep exit status, unsupported options
62137a
62137a
* zgrep.1 (EXIT STATUS, BUGS): New sections.
62137a
Problem reported by Bdale Garbee in
62137a
<http://lists.gnu.org/archive/html/bug-gzip/2013-06/msg00007.html>.
62137a
---
62137a
 zgrep.1 | 22 ++++++++++++++++++++++
62137a
 1 file changed, 22 insertions(+)
62137a
62137a
diff --git a/zgrep.1 b/zgrep.1
62137a
index ef37bd8..dfcf21e 100644
62137a
--- a/zgrep.1
62137a
+++ b/zgrep.1
62137a
@@ -23,6 +23,28 @@ If the GREP environment variable is set,
62137a
 uses it as the
62137a
 .I grep
62137a
 program to be invoked.
62137a
+.SH "EXIT STATUS"
62137a
+Exit status is 0 for a match, 1 for no matches, and 2 if trouble.
62137a
+.SH BUGS
62137a
+.PP
62137a
+The following
62137a
+.I grep
62137a
+options are not supported:
62137a
+.B --dereference-recursive
62137a
+.RB ( \-R ),
62137a
+.B --directories
62137a
+.RB ( \-d ),
62137a
+.BR --exclude ,
62137a
+.BR --exclude-from ,
62137a
+.BR --exclude-dir ,
62137a
+.BR --include ,
62137a
+.B --null
62137a
+.RB ( \-Z ),
62137a
+.B --null-data
62137a
+.RB ( \-z ),
62137a
+and
62137a
+.B --recursive
62137a
+.RB ( \-r ).
62137a
 .SH AUTHOR
62137a
 Charles Levert (charles@comm.polymtl.ca)
62137a
 .SH "SEE ALSO"
62137a
-- 
62137a
cgit v1.0-41-gc330
62137a