aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2002-10-07 09:08:07 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2002-10-07 09:08:07 +0000
commitd40fe4078ab8315d76c892b7d71c732c8bf06d43 (patch)
treec03d2d78b6866e2e56ec3392c9ff5c047a4b5d02 /gnu
parent89b521586a4db728a0ac998410b344234b695930 (diff)
downloadsrc-d40fe4078ab8315d76c892b7d71c732c8bf06d43.tar.gz
src-d40fe4078ab8315d76c892b7d71c732c8bf06d43.zip
Added bzip2 variants to the NAME section.
Added missing break. Remove the statement that -J requires zlib(3).
Notes
Notes: svn path=/head/; revision=104614
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/grep/grep.113
1 files changed, 9 insertions, 4 deletions
diff --git a/gnu/usr.bin/grep/grep.1 b/gnu/usr.bin/grep/grep.1
index 2bd98cb011a5..0c7e990d8ce0 100644
--- a/gnu/usr.bin/grep/grep.1
+++ b/gnu/usr.bin/grep/grep.1
@@ -16,7 +16,8 @@
.Id $Id: grep.1,v 1.9 2000/01/26 03:42:16 alainm Exp $
.TH GREP 1 \*(Dt "GNU Project"
.SH NAME
-grep, egrep, fgrep, zgrep, zegrep, zfgrep \- print lines matching a pattern
+grep, egrep, fgrep, zgrep, zegrep, zfgrep,
+bzgrep, bzegrep, bzfgrep \- print lines matching a pattern
.SH SYNOPSIS
.B grep
.RI [ options ]
@@ -350,10 +351,14 @@ even those that contain newline characters.
.TP
.BR \-Z ", " \-\^\-decompress
Decompress the input data before searching.
-This option is only available if compiled with zlib(3) library.
+This option is only available if compiled with
+.BR zlib (3)
+library.
+.TP
.BR \-J ", " \-\^\-bz2decompress
-Decompress the bzip2ed input data before searching.
-This option is only available if compiled with zlib(3) library.
+Decompress the
+.BR bzip2 (1)
+compressed input data before searching.
.SH "REGULAR EXPRESSIONS"
A regular expression is a pattern that describes a set of strings.
Regular expressions are constructed analogously to arithmetic