From 0f00011b24b6c79ca4f45b1d1acaabe7c2bda393 Mon Sep 17 00:00:00 2001 From: ru Date: Mon, 7 Oct 2002 09:08:07 +0000 Subject: Added bzip2 variants to the NAME section. Added missing break. Remove the statement that -J requires zlib(3). --- gnu/usr.bin/grep/grep.1 | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'gnu') diff --git a/gnu/usr.bin/grep/grep.1 b/gnu/usr.bin/grep/grep.1 index 2bd98cb..0c7e990 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 -- cgit v1.1