diff options
author | obrien <obrien@FreeBSD.org> | 1999-11-22 20:03:01 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-11-22 20:03:01 +0000 |
commit | a3b4d655fdd5459bbb71da7fcf76cdb839c2130f (patch) | |
tree | e8d49571f652a764ea890db36513bd3c4479f657 /gnu | |
parent | dc9f13f434aba780015e104994770be48d851370 (diff) | |
download | FreeBSD-src-a3b4d655fdd5459bbb71da7fcf76cdb839c2130f.zip FreeBSD-src-a3b4d655fdd5459bbb71da7fcf76cdb839c2130f.tar.gz |
Missed two.
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/grep/grep.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/grep/grep.1 b/gnu/usr.bin/grep/grep.1 index 5dfff47..1093590 100644 --- a/gnu/usr.bin/grep/grep.1 +++ b/gnu/usr.bin/grep/grep.1 @@ -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 , |