Missed two.

Submitted by:	Philippe Charnier <charnier@xp11.frmug.org>
This commit is contained in:
David E. O'Brien 1999-11-22 20:03:01 +00:00
parent 0ee137258d
commit ab473c8a50
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ grep, egrep, fgrep, zgrep \- print lines matching a pattern
.I files...
.SH DESCRIPTION
.PP
.B Grep
.B grep
searches the named input
.I files
(or standard input if no files are named, or
@ -287,7 +287,7 @@ A regular expression is a pattern that describes a set of strings.
Regular expressions are constructed analogously to arithmetic
expressions, by using various operators to combine smaller expressions.
.PP
.B Grep
.B grep
understands two different versions of regular expression syntax:
``basic'' and ``extended.'' In
.RB "GNU\ " grep ,