summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-01-04 10:34:27 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-01-04 10:34:27 +0000
commit355f9b3c5d0b6f7ec69f2bc53cc43b38e9e63126 (patch)
tree642f20e457a89e312f09a21ace576a3b60f36701 /gnu
parent95a9e62800441f64f097fedcc9c5bf9746be318a (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/grep/grep.17
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/usr.bin/grep/grep.1 b/gnu/usr.bin/grep/grep.1
index 6fbcb99293d9..9a3b05e86ec7 100644
--- a/gnu/usr.bin/grep/grep.1
+++ b/gnu/usr.bin/grep/grep.1
@@ -21,7 +21,7 @@ grep, egrep, fgrep, zgrep \- print lines matching a pattern
.B grep
.RB [ \- [ ABC ]
.IR NUM ]
-.RB [ \-EFGHLUVZabchilnqrsuvwxyuz ]
+.RB [ \-EFGHLUVZabchilnqrsuvwxyz ]
.RB [ \-e
.I PATTERN
|
@@ -112,7 +112,7 @@ is the same as
.BR "grep\ \-F" .
.B zgrep
is the same as
-.BR "grep\ \-z" .
+.BR "grep\ \-Z" .
.PD
.PP
All variants of
@@ -353,11 +353,12 @@ and
.B "xargs \-0"
to process arbitrary file names,
even those that contain newline characters.
+.PD
.LP
Following option is only available if compiled with zlib(3) library:
.PD 0
.TP
-.B \-z, --decompress
+.B \-Z, --decompress
Decompress the input data before searching.
.PD
.SH "REGULAR EXPRESSIONS"