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

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